I know that this may seem like a re-occuring question, but I can't seem to find anyone who has asked this question in a very succinct manner. They always seem to beat around the bush, instead of clearly expressing themself.
Here is the situation:
I have an application called S.M.A.R.T. In this application it processes data(duh!). It stores data in both single and multi-dimensional arrays. I desire to store these data-filled arrays in a file, along with other elementary data types. And the file that I want to store it in, must end with the extension .smproj (as an example of course...it could be .happy for all I care :D).
I want my application to accomplish that, as well as to reopen the file and recognize the data in the file when it needs to retrieve it later, so that the data can be further processed.
I don't necessarily want code...just a heads up in the right direction please...Thank You