diff --git a/Aufg8/SalesStatMain.cpp b/Aufg8/SalesStatMain.cpp index f2bde5d..96aadce 100644 --- a/Aufg8/SalesStatMain.cpp +++ b/Aufg8/SalesStatMain.cpp @@ -191,6 +191,7 @@ void Aufg8Main() { std::vector allSales; std::string fileName = "../Aufg8/IO-Files/sales_records_small.csv"; fileName = "../Aufg8/IO-Files/DANGER-1500000SalesRecords.csv"; +link : //https://github.com/HopfTorsten/dhbw-cpp-journey/blob/master/day5/DANGER-1500000SalesRecords.csv.zip readFile(fileName, allSales); @@ -207,7 +208,7 @@ void Aufg8Main() { MenuManager menu{PcurrentMenu, PselectedType, PselectedRegion}; menu.MainInteraction(); while (currentMenu) { - switch (currentMenu) { // TODO Finish these + switch (currentMenu) { case 0: return; // To quit the programm case 1: