Exiting a loop too soonInformation: the function is supposed to print out multiple "sets" of users. Think of it as separate...
how to get my input file to workFor an inline if statement, aren't the brackets unnecessary? Or is it bad practice to put multiple a...
how to get my input file to workA problem with your implementation is that it's possible that every 13th thing read in by ifstream i...
Outputing table to Data file in C++In general, writing to a file takes on this form: [code]/* You'll need to*/ #include <fstream> ofst...
Reading file contents into an array of structuresYou might want to make [code]openFile()[/code] an int or something; if it does happen to fail, it re...