getline() doesn't end input[code] string str, temp; char c; cout << "Insert the character that ends the input:" ...
string.getline() doesn't work...
string.getline() doesn't workThe output is only the "cout" output. [output][b]Insert string:[/b][/output]
string.getline() doesn't work[code]string test; cout << "Insert string" << endl; while (1) { g...
string.getline() doesn't workI wrote: [code] string test; getline(cin, test);[/code] I should be able to put into the str...
This user does not accept Private Messages