Exercise 6: C++ Standard Template Library
STL list
Create a new program ex6.cc which will read a list of names from a simple text file into a list in memory, perform some simple manipulation then write the contents out to another file. Implement the steps below and after each stage compile and run your program.