Having an issue with the operators >> and << that I'm using to save/load data to a data file. The operators are being used in a class contained in a header file linked by my main program. Here's the code. I can post the compiler error if needed.
An ifstream would be used to read from a file, and an ofstream to write to one. Therefore, SaveData_f should be an ofstream and LoadData_f should be an ifstream.