A terminal shopping list using fstream and sstream.
Add items with prices, view the whole list, and delete items.
https://github.com/manannjoshi/shoppingListManager/releases/tag/v1.0.0
Get the latest release from https://github.com/manannjoshi/shoppingListManager/releases/tag/v1.0.0 and download the file latest release according to your system and then extract the file and then find the bin folder in the root folder and then find your executable file, for eg : .exe file for windows
- Add items with a name and price
- Price validation — rejects non-numeric prices and empty input
- View the list — numbered, one line per item
- Delete items — pick by number, the list is rebuilt without it
- Storage — items live in
items.dat, created automatically on first add
The items file is created on your first add.
This project is released using CMake for 3 different platforms - windows, linux and macos.