I'm looking forward to make my data usable during every restart of my program. The I am curious which is the best way to store to file than read back to program. i have been reading some stuff over the internet and the big question is XML or binary format? I'm still learning c++ i do not master it. the program's objects are of type string
int
int
... Which way do you recomand me to use and why?
One more thing does anyone know a good tutorial for this to binary
or to XML
?
Sorry for missing code part but i wanted to know some opinions of more advanced programmers than me. :P