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?
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?