A hands-on, colorful journey through modern C++ programmingโfrom basics to OOP!
- ๐งฑ Basics: Variables, I/O, Loops, Conditions
- ๐งช Data Types & Operators
- ๐ Functions & Recursion
- ๐งต OOP: Classes, Objects, Inheritance, Encapsulation
- ๐ Abstraction, Polymorphism, Overloading
- ๐งฎ Type conversion, typedef, const usage
- ๐ Final notes in markdown format
๐ imp โ Important basic C++ programs
๐ datatype/primitive โ Primitive type examples
๐ operator โ All C++ operators
๐ functioncall&recursion โ Call by value, reference, etc.
๐ oop โ Full Object-Oriented Concepts
๐ string โ String handling
๐ variable_constant โ Const, typedef, etc.
c++.md โ Final C++ notes
git clone https://github.com/DibyadyutiDas/cpp.git
cd cpp
g++ filename.cpp -o output
./output