Project for experimenting with C (OOP 2026)
This project demonstrates the use of:
- basic input/output operations
- structures
- dynamic memory allocation
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 cmakecmake -S . -B target
cmake --build target./target/app