User: Cuddlebuddie928

  • Public profile

User profile: Cuddlebuddie928

User info
User name:Cuddlebuddie928
History
Joined:
Number of posts:30
Latest posts:

How to erase cin info?
@Duoas. Hey, just curious as to why you would say it doesn't work. I compiled this: [code]#inc...

How to erase cin info?
Try [code]cin.sync()[/code] after [code]cin >> oneLetter[/code].

It keeps asking "do you want to play again"
In addition to thepedestrian's solutions in the other thread: 1) Change the 'Y ' (space) on line ...

Integer validation
My code checks for the extra garbage with [code]!(convert >> str_number)[/code]. :)

Integer validation
I use a function like the one below to initialize integer input. [code] #include <iostream> #in...

This user does not accept Private Messages