I'm new to C++, and I need to code a program that will create a text file with a large amount of text (at least 75k worth). There can be no seperate resource files in the final app, just the single executable.


What's the best way to do this?