problem;
im currently in highschool, and the school uses an older version of visualc++ that does not support strings with all of the functions. the function im talking about is the one when you try to "open" a file to write onto it.
what i need to do is find a way to convert "strfilename = strName + ".sav";" into a character array capable of useing the function "ofstream outf(strfilename);"
note: when i change strName and strfilename into a character array, i get an error about two pointers not able to join together.
anyone have any advice??
P.S. sorry if this post does not make much sense, i'm trying my hardest to explain the situation