Loading Text FileI have a game and when I try to load the saved txt file it only loads the string variables and nothi...
Already defined?[code] #ifndef ENEMY_H #define ENEMY_H #include <iostream>; #include <string>; using name...
Already defined?I'm getting errors saying that my classes are already defined in other functions. I had previously m...
opening a fileoh wow thank you![code]string getfile = User.getFile(); outGameFile.open( getfile.c_str() );[/co...
opening a fileMy problem is I try to call [code]outGameFile.open("GameData.txt");[/code] only I replace "GameDa...
This user does not accept Private Messages