hey all
How can one save an array to a text file, later to have that file read or updated ??
777
This is a discussion on arrays within the C++ Programming forums, part of the General Programming Boards category; hey all How can one save an array to a text file, later to have that file read or updated ...
hey all
How can one save an array to a text file, later to have that file read or updated ??
777
One will first have to save the array to a file element by element.
If one wants to read the array back from file, he would have to read the arrary back element by element.
And if one wants to update the array, he would have to update it element by element.
If you want more details, post more details.
1 rule of the Samurai Code: if you have nothing to say, don't say anything at all!