How to load file into array of structs line by line?I figure out how to use the .substr command to parse the inFile strings. I now have the issue of th...
How to load file into array of structs line by line?[code] #include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> #include <s...
While loop executes one too many times (I believe)[code]#include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace st...
This user does not accept Private Messages