Hi
Can somebody give me some tips about storing a lot of data into a file?
For example: I'm creating an audio sequencer with C++, and I want to save all the audio sample names (the file paths), info about the audio tracks in the project (name, volume, mute, solo, etc.) and where the samples are placed on the timeline into a file.
I really have no idea what's the best way to do this. I don't want to use 3th party library's for this, and I'm a beginning programmer of the language.
Thanks!