A structured collection of C++20 academic projects and core libraries.
The repository is organized into libs (shared logic) and projects (executable apps).
- C++20 compiler (GCC, Clang, or MSVC)
- CMake 3.10+
- Qt 5.15+ (for GUI projects)
1. Configure the project:
cmake -B build -G ninja
ninja /build