Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::stringstream is a stream for std::strings.
The example below shows how to use std::stringstream to concatenate container elements.
#include <sstream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.