I want my program to create a text file in the install directory and be able to read and write data from it for example.
I launch the program it creates a file data.txt, I enter my name and adress the program writes that to the file and saves it. Later i can retrieve the data from the file and display in the console.
I have a bit of experience in c++ i am developing for windows , put multi platform support would be great.