Skip to content

rewindthetime/cpp_baseknowledge

Repository files navigation

My First C++ Code Experiments 🚀

My website about C++

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.


📂 Project Structure

.
├── 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


⚡ Notes

  • 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.

📌 Goal

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages