0

How do you program save?

20th Feb 2019, 3:44 PM
Tasmia
2 Answers
0
If you meant how a "save" works in programming, like a game save system, it is based on some file where you save the current status of the program. Then, you need to be able to read that file to "load" the saved state, and write to that file to "save" the state, and you need to program how all that works.
20th Feb 2019, 4:56 PM
Bebida Roja
Bebida Roja - avatar