Difference cin.get and getline - C++ Forum
Oh. Right. cin.get ( char* s, streamsize n, char delim ); and cin.getline (char* s, streamsize n, char delim ); is almost the same thing. The first one doesn't discard delim from input stream however. The best thing would be to see a reference: http://www...