User profile: guatemala007

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

Why isn't this printing anything?
@Andy The exception handling was designed to be an example not an actual finished product, and...

Why isn't this printing anything?
If you want to make an array which is unknown in size to the compiler at run time then you have to u...

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 ...