This repository contains my C++ learning progress, including exercises, notes, and mini-projects.
The exercises in this repository are initially from the book: Modern C++ for Absolute Beginners.
As I progress, I may add my own projects and custom exercises.
- Basic Syntax
- Variables and Data Types
- Input/Output (cin, cout)
- Control Flow (if statements, loops)
- Functions and Scope
- Object-Oriented Programming (OOP)
This repository is for practice purposes only. Feedback and suggestions are welcome!