 |
Lecture Notes - cin.getline(), plus strings, pointers, new and delete ...
cin.getline() has the following prototype: void cin.getline(char *s, const int size); It
assumes that s is an array of at least size characters. It reads in a single line of ...
web.eecs.utk.edu |
 |