Topics Covered:
- Variables and basic data types โ
- Const ๐ซ
- Namespaces ๐
- Typedef and type aliases ๐โโ๏ธ
- Arithmetic operators ๐งฎ
- Type conversion โจ
- User input โจ๏ธ
- Useful math related functions๐ข
- Hypotenuse calculator practice program ๐
- If statements ๐ค
- Switches ๐
- Console calculator program ๐ฉ
- Ternary operator โ
- Logical operators ๐ฃ
- Temperature conversion program ๐ก๏ธ
- Useful string methods in C++ ใฐ๏ธ
- While loops โพ๏ธ
- Do while loops ๐
- For loops ๐
- Break & continue ๐
- Nested loops โฟ
- Random number generator ๐ฒ
- Random event generator ๐
- Number guessing game
โ๏ธ - User defined functions ๐
- Return keyword ๐
- Overloaded functions ๐
- Variable scope ๐
- Banking practice program ๐ฐ
- ROCK PAPER SCISSORS game ๐
- Arrays ๐
- Sizeof() operator โ๏ธ
- Iterate over an array ๐๏ธ
- Foreach loop ๐๏ธ
- Pass array to a function ๐ต
- Search an array for an element ๐
- Sort an array โก๏ธ
- Fill() function ๐
- Fill an array with user input ๐ญ
- Multidimensional arrays โฌ
- QUIZ GAME ๐ฏ
- Memory addresses ๐
- Pass by VALUE vs pass by REFERENCE ๐ง
- Const parameters ๐งฑ
- Credit card validator program ๐ณ
- Pointers ๐
- Null pointers โ
- TIC TAC TOE game โญ
- Dynamic memory ๐ง
- Recursion ๐ต
- Function templates ๐ช
- Structs ๐๏ธ
- Pass structs as arguments ๐
- Enums ๐
- Object Oriented Programming ๐ง
- Constructors ๐ท
- Constructor overloading ๐จโ๐ณ
- Getters & setters ๐
- Inheritance ๐ฉโ๐งโ๐ฆ