i actually feel like a n00b asking this, but i'm a little of what you might call rusted in this stuff, since i hadn't need to handle files for a year now...
i searched for some guide, but i only found out how to open a file... like this:
ofstream *pfile;
pfile.open("myFile.txt", ios::in | ios::out);
but i don't know how to create the text file from my program...