User profile: Nukem

User info
User name:Nukem
History
Joined:
Number of posts:6
Latest posts:

Yes No Loop
Having an issue when user types more than one letter in my do while loop. It repeats "Would you like...

Local varibles
Awesome! Thanks for the help, my only question I am left with is how do I declare getUserValue in th...

While loop failing with bool
You might want to go with a do while in this situation... [code] #include <iostream> #include <stri...

Local varibles
I am having an issue with my local variables, I do not want global variables. My code works if I hav...

Do While
Excellent point! Although after I made the modification I still had the same issue.