This is a collection of projects that I made for practicing C++ especially C++23.
Currently it has:
-
Student Grade Calculator
- First I did in this project collection
- For practicing multi-file project and string manipulation
-
Library Manager
- For practicing System Design and basic OOP