User profile: jemeripol

User info
User name:jemeripol
History
Joined:
Number of posts:63
Latest posts:

C++ exceed buffer limit = abort with cuteness
Oh, I get it. you have another way of computing the trapezoidal rule. Thanks for the advise dhayden...

C++ exceed buffer limit = abort with cuteness
Here's part of the code that I am working on. [code]do //main process iteration { sum=0....

C++ exceed buffer limit = abort with cuteness
Hi guys, I need another help, I have this problem with my output file. Normally, i use iterat...

Switch Vs if-else
Oh i see, that's the reason maybe why there are no "break" statements in the if-else conditions. :) ...

Switch Vs if-else
Thanks for the reply sir :) What i mean is that, after the if condition is met, does that mean that ...