+ 3
How to make a c++ program which saves data so that next time I open the program it dosent restart but load the saved data?
C++ Program which saves data.
4 Réponses
+ 4
Here is my most recent code using file saving, as an example.
- writes to file ( saves)
- closes file
- reopens file
- reads data ( loads )
Has to be done all in one code.
Files are not saved on Sololearn.
After the file runs EVERYTHING is erased.
To really understand files you need an IDE a knowledge of files with cpp.
- If you have not already finish the C++ course.
If you are just starting without doing so the code would/will not make any sense
https://code.sololearn.com/cjZfN8zIvkrt/?ref=app
+ 3
Working with files is in the last module.
+ 3
Sure first you need an IDE and to finish the C++ course.
Visual studio 2017
-Mac and Windows 10
https://www.sololearn.com/discuss/410578/?ref=app
Another IDE option
IDE Code::Blocks
- Cross Platform ( Mac, Windows, Linux)
https://www.sololearn.com/discuss/608805/?ref=app