This repository is a record of my C++ learning journey.
Starting from the simplest programs and gradually moving towards more complex projects.
Goal: to track my progress and see how far I’ve come over time.
01-hello-world/
→ Print "Hello World" to the console02-circle-area-perimeter/
→ Calculate the area and perimeter of a circle03-numstate/
→ Determine whether a number is positive, negative, or zero04-exampasschk/
→ Check if a student passed or failed based on their score05-evenoddchk/
→ Check if a number is even or odd06-maxminchk/
→ Find the maximum and minimum among three numbers07-DayIdentifier/
→ Display the name of the day based on a number (1 to 7)08-basiccalculator/
→ Perform basic arithmetic operations (+, -, *, /)09-lettertypechecker/
→ Determine whether a character is a vowel or consonant10-MonthDaysChecker/
→ Display the number of days in a month based on its number
- C++
- Visual Studio Code
- Git & GitHub
- Understand the basics of C++
- Build a consistent coding habit
- Learn version control with Git and GitHub
- Have a clear record of my progress over time
This repository is not intended for professional projects,
but as an archive of my learning process.