#include main(int argc, char argv[]) { char buffer[100] ; cin.get(buffer, sizeof(buffer)-1, '\n') ; cout << buffer << endl ; }