User profile: Marcos Modenesi

User info
User name:Marcos Modenesi
Name:Marcos Modenesi
Location:Cordoba
History
Joined:
Number of posts:129
Latest posts:

do/while loop with output error message problem
[code]cin.ignore()[/code] used with no arguments becomes [code]cin.ignore(1, EOF)[/code], as it has ...

basic exception handling
Thank you. I guess I was taking exception-being-thrown for granted.

do/while loop with output error message problem
Great. Yes, the return 0 is there just to finish the main function, which off course doesn't make a...

do/while loop with output error message problem
try this: [code] #include <iostream> #include <cmath> #include <complex> #include <iomanip> using na...

basic exception handling
I'm trying to understand exception handling, and I'm testing this simple code: [code] #include <...