WRITING AN APPLICATION

STL containers store data temporarily in that when the program terminates all data is lost. So, what program(s) do you use to store the data in a file and generate a form to entered data and displayed the results?

Any kind of medium that can live on primary storage devices ( hard drives)

Any kind of database, flat file, OS API's, or any medium that supports read and write operations.
Last edited on
Please refer me to some books I can read to learn how to do this. Does it have anything to do with Windows MFC?
Say, I had a class that have data members that are a string, character, integer, double, and a Boolean. If I were to input these types into a text file, would the values be converted to text?
Topic archived. No new replies allowed.