Skip to content

recefeb/cpp-basics

Repository files navigation

C++ Basics 🚀

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.


📂 Contents

  • 01-hello-world/ → Print "Hello World" to the console
  • 02-circle-area-perimeter/ → Calculate the area and perimeter of a circle
  • 03-numstate/ → Determine whether a number is positive, negative, or zero
  • 04-exampasschk/ → Check if a student passed or failed based on their score
  • 05-evenoddchk/ → Check if a number is even or odd
  • 06-maxminchk/ → Find the maximum and minimum among three numbers
  • 07-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 consonant
  • 10-MonthDaysChecker/ → Display the number of days in a month based on its number

🛠 Tools & Technologies

  • C++
  • Visual Studio Code
  • Git & GitHub

🎯 Goals

  • 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

📌 Note

This repository is not intended for professional projects,
but as an archive of my learning process.

About

My C++ learning journey step by step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages