WRITING AN APPLICATION

May 29, 2016 at 1:20am
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?

May 29, 2016 at 1:27am
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 May 29, 2016 at 1:27am
May 29, 2016 at 2:30am
Please refer me to some books I can read to learn how to do this. Does it have anything to do with Windows MFC?
May 29, 2016 at 3:30am
May 30, 2016 at 5:52pm
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.