I am writing this to a .txt file.
The problem here is that it doesn´t compile when I write "\".
Why does this happening because this is just a string ?
I really need to get this "\" out to the file. Any idéas on this ?
ofstream out;
out.open("C:\\File.txt")
out << "Some Text" << "\" << '\n';