Contents
stringstream examples
- similar usage to cout and cin
- unlike cout and cin effects are contained within the program
-
- Example
- detect loss of precision converting user input into a float
- Example
- format user input before conversion to numeric value