User profile: trojansdestroy

User info
User name:trojansdestroy
Old user name:Chase Wagoner
Name:Chase Wagoner
Location:Los Angeles, California
History
Joined:
Number of posts:53
Latest posts:

Exiting a loop too soon
Information: the function is supposed to print out multiple "sets" of users. Think of it as separate...

how to get my input file to work
For 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 work
A 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 structures
You might want to make [code]openFile()[/code] an int or something; if it does happen to fail, it re...