- How do you read and write files in C++?
- Do we need to explicitly close input or output file streams in C++?
- What is a stringstream in C++?
- How do you extract the contents of a stringstream?
- When is whitespace automatically inserted into an output stream for you?
- What does a constructor do?
- What does a destructor do?