Trying to input a file and storing the data in a vectorIt would help if you posted a complete program and the contents of your input file. Have you tried ...
Trying to input a file and storing the data in a vectorFirst why the Ingredients*? Why not just an Ingredient? Second where are you allocating/de-allocati...
If Loops & Input From Data FileFirst please show your input file contents. Second you should always check that the file opened cor...
Arrays with outputFilles.[code] // Input user selection. cin >> userChoice; cin.ignore(2, '\n'); // T...
Cout not printing in for loopIt's not working because x is never less than 5.