Hiya,

Just as the topic says, how do I output a CString to a file? Currently I'm using:

ofstream FileOut("me.txt");

for(i=0;i<ArrS.size();i++){
FileOut << ArrS.at(i) << "\n";
}

As its a CStringArray that I'm using for all of the CString values...

tyvm
Uni