Skip to content

DibyadyutiDas/cpp

Repository files navigation

📁 Repository: cpp

🎯 Goal

A hands-on, colorful journey through modern C++ programming—from basics to OOP!

📚 Topics Covered

  • 🧱 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

🗂️ Folder Overview

📁 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

📥 Clone the Repository

git clone https://github.com/DibyadyutiDas/cpp.git
cd cpp

🚀 Compile & Run

g++ filename.cpp -o output
./output

About

c++ programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages