Folder101   Home Notes Quiz Assigns Info  
Forum Forum
101 Home 101
 
  C++ Level 2

Tutorials & Notes

  


 
Assign 3:

Weekly Assignment Practice Notes



Lecture 1:

Introduction: A Brief History of C++

Hello World! Your first program

Compiling, Linking and Executing

~~ Practice Quiz 1 ~~



Lecture 2:

Directives and the Preprocessor

Program Structure - Another Look at Hello World!

Including Comments and Indenting Your Code

Hello Again! Input and output streams

~~ Practice Quiz 2 ~~



Lecture 3:

Data Types Variables and Constants

 

~~ Practice Quiz 3 ~~



Lecture 4:

Arrays, Characters and Strings

 

~~ Practice Quiz 4 ~~



Lecture 5:

Organizing Code in Functions

 

~~ Practice Quiz 5 ~~



Lecture 6:

String and Character Functions

 

~~ Practice Quiz 6 ~~



Lecture 7:

Operators & Expressions

 

~~ Practice Quiz 7 ~~



Lecture 8: Program Flow Control - Conditions, If-Else & Switch


Lecture 9: Program Flow Control - Looping


Lecture 10: Scope of a Variable


Lecture 11: More on Functions


Lecture 12: Testing Your Program