Project for OOP seminar 2026
This C++ project demonstrates the use of:
- functions
- templates
- iterators
- Standard Template Library
- Qt framework
To build and run this application you need to install the followings:
On macOS, you can use these commands (assuming that Homebrew is already installed):
brew install gcc
brew install cmake
brew install qtcmake -S . -B target
cmake --build target./target/appctest --test-dir target --output-on-failure