store string with spaces c 2b 2b

Solutions on MaxInterview for store string with spaces c 2b 2b by the best coders in the world

showing results for - "store string with spaces c 2b 2b"
Till
09 Jun 2017
1std::string str; 
2std::getline( std::cin, str);