User: holydiver

  • Public profile

User profile: holydiver

User info
User name:holydiver
History
Joined:
Number of posts:4
Latest posts:

Multiple input in a do while loop cin for int
Thanks for the thorough explanation. I just have to practice using this method :)

Multiple input in a do while loop cin for int
This 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 int
Thanks! 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 int
Hello. 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