PDA

View Full Version : Save/Load variables to FIle



Jordan
26th May 2010, 11:07
Hi,
I want to save and load variables(int, double) to files. What is the best way to do this?

Thanks

high_flyer
26th May 2010, 11:54
Best between what options?

Lykurg
26th May 2010, 12:35
You can use QSettings or a simple data stream.