This repository contains the very first C++ programs I wrote at the beginning of my programming journey.
These codes focus on basic syntax, simple logic building, and early problem-solving practice while I was learning how programming works.
- Basic C++ syntax practice
- Simple input and output programs
- Conditional statements and loops
- Small logical problem-solving attempts
- Early experimentation while learning C++
- Record the starting point of my coding journey
- Track how my programming skills improved over time
- Keep my first learning memories in one place
- Absolute beginner level
- Written before learning advanced concepts or DSA
These programs may look very simple or unoptimized,
because they represent my first steps into programming.
This repository is kept intentionally as it is, to show my growth from beginner to advanced learner.
🌟 Every expert was once a beginner - this repository marks the beginning of my C++ journey.