| Introduction to the Course |
|
Introduction |
|
00:02:00 |
| Key Differences between C & C++ |
|
Key differences between C and C++ language |
|
00:06:00 |
|
Source Codes |
|
00:00:00 |
| Anatomy of the C++ language |
|
Anatomy of the C++ language |
|
00:09:00 |
| Data Storage through C++ Variables |
|
Data storage through C++ variables |
|
00:07:00 |
| Data Types |
|
Data Types in C++ |
|
00:07:00 |
| Operators |
|
Operators in C++ |
|
00:09:00 |
| C++ Flow Control |
|
C++ Flow Control |
|
00:04:00 |
| Selection Statements in C++ |
|
Understand if-else statement by using activities & switch statement |
|
00:11:00 |
| C++ Iteration Statements |
|
While Loop |
|
00:05:00 |
|
For loop and nested for loops |
|
00:11:00 |
|
Do-while loop |
|
00:06:00 |
| C++ Jump Statements |
|
Break statement, continue and goto statement |
|
00:06:00 |
| Functions in C++ |
|
Functions in C++ PART I |
|
00:03:00 |
|
Functions in C++ PART II |
|
00:05:00 |
|
Return functions in C++ |
|
00:07:00 |
| Data Manipulation in C++: Introduction to Arrays |
|
Array |
|
00:07:00 |
|
Modify & delete any item from an array |
|
00:13:00 |
|
Sorting & reversing an array |
|
00:05:00 |
|
Shifting an array |
|
00:04:00 |
|
Concatenation of an array |
|
00:04:00 |
|
Slicing and splicing arrays |
|
00:06:00 |
| Pointers in C++ |
|
Pointers & its declaration |
|
00:07:00 |
|
Pointer manipulation and pointers and functions |
|
00:09:00 |
|
Dynamic memory allocation & Dynamic array |
|
00:08:00 |
| Introduction to multidimensional arrays in C++: 2D Arrays |
|
2D array, its syntax & printing |
|
00:06:00 |
|
2D Array with user input |
|
00:05:00 |
|
2D Dynamic & jagged Array |
|
00:10:00 |
| File Handling in C++: Opening, Reading and Closing files |
|
File Handling & Opening a File |
|
00:11:00 |
|
Write & read a file |
|
00:03:00 |
| User-defined data type: Structures in C++ |
|
Structures in C++ |
|
00:09:00 |
| Classes in C++ |
|
Classes in C++, & Objects of Classes in C++ |
|
00:05:00 |
|
Functions in the classes |
|
00:07:00 |
|
Inheritance in classes in C++ |
|
00:04:00 |
|
Polymorphism in classes in C++ |
|
00:06:00 |
|
Encapsulation and abstraction in classes in C++ |
|
00:04:00 |
| Data Structures in C++ |
|
Data structures & Basic operations |
|
00:10:00 |
|
Linked list & its coding |
|
00:09:00 |
|
Stacks and queues data structure in C++ |
|
00:07:00 |