Multiple input in a do while loop cin for intThanks for the thorough explanation. I just have to practice using this method :)
Multiple input in a do while loop cin for intThis thing really can't get out of my head :) This is my code (which works as I want it to): [code] ...
Multiple input in a do while loop cin for intThanks! I also fixed this by using [code] cin.clear(); cin.ignore(INT_MAX, '\n'); [/code] in the do...
Multiple input in a do while loop cin for intHello. I have this code: [code] int a; int b; do { cout << "set a to: "; cin >> a; cin.clear(...
This user does not accept Private Messages