User profile: guatemala007

User info
User name:guatemala007
History
Joined:
Number of posts:35
Latest posts:

cin in Loop Problem
Have you tried using [code]cin.fail();[/code] ? (returns a boolean value [1 if user enters an incor...

Need help with very simple C++ program
just change your while loop to: [code]while (again != "n" || again != "N")[/code]

Error in my code!!! Need help please!!
Try this, see if it runs correctly, and if you have any questions feel free to ask, I will be happy ...

turn this array to add into a moltiplication
I would be surprised if this actually ran, have you tried compiling it? When declaring arrays you ne...

basic compound interest program
No prob.