getline() ProblemI get that, but I don't understand what [code]stringstream[/code] is doing.
getline() ProblemWell, I got it to work. I didn't add the [code]<sstream>[/code] header. Now that I have that in, i...
getline() ProblemOk. I can accept that :P However, I don't understand what is going on with the stringstream. I'm ...
getline() Problem[code] // How to get a number. int myNumber = 0; while (true) { cout << "Please enter a v...
getline() ProblemI tried that, but it won't work. Here's how my program works: void main() { int iOPTION; ...
This user does not accept Private Messages