Description
Let us tell you a story
1. Meet Bjarne Stroustrup2. What is C++?
3. Why C++?
4. How does C ++ work?
5. Let’s check how much you know
Let’s start our C++ Journey
1. Our first C++ code
2. Comments- What are they?
3. Let’s Revise
Storing Data in C++
1. Understanding how to store data in C++
2. Types of Data in C++
3. Scopes of storing data
4. Let’s Recap
Bringing the user in action
1. Accepting user input
2. Creating a dynamic calculator
Want to make some decisions?
1. What is decision making?
2. Decision making using if-else
3. Decision making using switch case
4. Let’s Revise
Repeating tasks
1. What is looping?
2. For loop in C++
3. C++ while loop
4. Do while loop
5. Let’s Revise
Storing sequence of data
1. What is an array?
2. Working with arrays
3. Let’s Revise
Bunch of tasks
1. What is a Function?
2. Structure of Function
3. Basic Function example
4. Let’s Revise
Strings in C++
1. Revisiting Strings
2. String Functions
3. Let’s Revise