/shoppingManager

Program that helps you with your grocery shopping to save money and stay organized. Given your shopping list, it returns small shopping lists for each shop that you go to with the products that are cheaper in each shop.

Primary LanguageC++

Running instructions for ShoppingManager

It must be run on a terminal. Do the following in the same directory.

  1. Create a plain text file named "shoppingList.txt". It must contain only the names of the products. For example: [shoppingList.txt] eggs milk bread

  2. Keep your database up to date. So far, the program does not manage your database. It must be done manually with a plain text file named "data.txt" The format is the following:

numberOfShops(in this case 3) carrefour aldi lidl numberOfProducts (in this case 4) eggs milk bread tissues

  1. Download the source code and execute "make" on your terminal