- A C++ command line application for managing inventory stocks
- Uses C++ File Handling to save data to disk locally
- A C++ compiler capable of compiling modern C++ code
- Just compile the source file and run the executable.
For example: If you are using g++ compiler run the following commands
g++ src.cpp -o src.exe
and then
./src.exe