I have an 2 dimensional array with every elemnt containing a vector.

I need to save this to some kind of file in order to load it next time the program starts up, is there an easy way of doing this without reading every element into a text file, and then back out when i restore it?


Cheers

Andy