|
Take the current text in the file and put it in a string, we'll call it strContents. Take the text you want to insert in the files and save it in another string, calling it strCode;
strNewContents = strCode + "\n" + strContents
^Do something like that and translate it to C++.
__________________
I would love to change the world, but they won't give me the source code!
|