I\'m using a FileManager for a project so that reading and writing is less of a hassle for me. Or would be, if I didn\'t spend all this time debugging it. So, this comfort-c
How can I accomplish this?
std::ofstream file("file.txt"); file << data;
Isn't that simpler?