Week 1 Lecture
IAU Lecture
What's an Algorithm?
sequential processing, selection for decision making, and iteration for repetitive control
Pseudocode & Flowchart
Pseudocode & Flowchart
Week 2 Lecture
IAU Lecture
How Computer Memory Works
Your First Program in C++ , Variables, Data types, Cout, Cin
C++ Variables
C++ Datatypes
Variable Names
Declaration and Initialization
Week 3 Lecture Part#1
IAU Lecture
Week 3 Lecture Part#2
IAU Lecture
IPO Diagrams
IPO Example
Programming with C++ , Data Types , Arithmetic Operators, Expressions.
Arithmetic Operators
Arithmetic Operators Precedence.
Increment & Decrement Operators
Arithmetic Operators
Casting
Increment & Decrement Operators
Week 4 Lecture Part#1
IAU Lecture
Week 4 Lecture Part#2
IAU Lecture
Char & String
Strings
IF , IF - Else , IF - Else If statements
If Statement
If-Else Statement
IF-Else Statement
Logical Operators in C
Week 5 Lecture
IAU Lecture
Week 6 Lecture
IAU Lecture
Input Validation
Menu & Switch
Getline Function
get function
getline & ignore functions
Ignore and Get Functions
Nested if
ٍSwitch Cases
Conditional Operator
For Loop
For Loop
Do While Loop
Break & Continue
Nested Loops
Nested Loops
Week 11 Lecture
IAU Lecture
1D Array
1D Arrays
Part#1: Arrays
Part#2: Print Array
Part#3: Arrays
Part#4: Arrays
Part#5: Print Element of Array
Range Based For Loop
Week 12 Lecture
IAU Lecture
Week 13 Lecture
IAU Lecture
2D Array
C-String
2D Array
Week 14 Lecture
IAU Lecture
Week 14 Lecture
IAU Lecture