Support Forums

Full Version: Help with naming a txt!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
It's just that easy. Just open the file using
Code:
fileobject.open("filename.txt", ios::out)

and the use the rename function from fstream.h . It's that easy. Smile
Pages: 1 2