NetworkGhost
IS-IT--Management
Trying to output to a file like so:
outputFile << "<?xml version="1.0"?>" << endl;
The quotes are messing up the line. How do I make the compiler ignore the quotes?
outputFile << "<?xml version="1.0"?>" << endl;
The quotes are messing up the line. How do I make the compiler ignore the quotes?