Welcome! This repository contains my very first own C++ code lines.
I'm exploring the basics of C++ programming, from printing text to working with variables and more.
Everything here is a learning journey, so expect simple, clean, and commented code.
.
├── 1_printing_out
│ ├── main2.cpp
│ └── main.cpp
├── 2_variables
│ ├── main
│ └── main.cpp
├── 3_maths
│ ├── main
│ └── main.cpp
├── 4_input
│ ├── main
│ └── main.cpp
├── 5_cmath
│ ├── main
│ ├── main.cpp
│ └── reference.png
├── 6_fundamental_types
│ └── fundamental types.md
├── 7_random
│ ├── main
│ └── main.cpp
├── 8_functions
│ ├── main
│ └── main.cpp
├── 9_if_else
│ ├── main
│ └── main.cpp
└── 10_switch
├── main
└── main.cpp
- This is my first C++ repository, so it's meant for learning and experimenting.
- Code is fully commented for clarity.
- More advanced projects and structured exercises will come in the future.
The goal of this repo is to practice basic C++ syntax and create a foundation for future projects.
Expect updates with more complex topics like loops, functions, arrays, and classes soon!
Made with ❤️ by rewindcats