#include <iostream>#include <sstream> int main() { std::stringstream test; test << "Hello worl"; std::cout << test.str(); }
Standard input is empty
Hello worl
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!