123456
int main() { char name[ 10 ]; gets( name ); // User enters "John Jacob Jingleheimer Schmidt" }
std::to_string