This repository contains my personal C++ projects developed over time.
The goal is to explore different ideas — from simple games to algorithm experiments — as a way to practice, learn, and strengthen my skills in C++.
- Practice and improve my C++ programming skills
- Build various projects to test different language concepts
- Serve as an open and constantly evolving portfolio
Each project has its own directory containing:
- Source code files (
.cpp,.h, etc.) - Any additional resources or configuration files
- A small internal README explaining how to compile and run the project
- C++17/20 (depending on the project)
- Compilers like
g++orclang++ Makefilein some projects for easier compilation- External libraries or tools when needed
- This repository is a space for learning and experimentation.
- Projects may vary in complexity and style.
- Suggestions, feedback and contributions are always welcome!