I notice a couple of things...first you did not ever prompt the user to input a choice for your menu. You need to have a cin >> choices; line before your switch...case block. Second, you will want to actually call your LoadCsvFile subroutine from inside the correct case (the first one) of your switch...case block.
No comments:
Post a Comment