User profile: rokujohaven

User info
User name:rokujohaven
History
Joined:
Number of posts:12
Latest posts:

Help with derivative code
I have to find the derivative of a polynomial with degree 5 with any given coefficient but it's been...

Second Largest Array Sort
Given the following code which outputs the second biggest integer in an array of 4 integers why do y...

Scope operator changing.
Oh, ok! I thought that the variable abc was incremented only in the main function and global was unc...

Scope operator changing.
Why is it that in the second cout stmt of the main function, ::abc is printed out as 11? Doesn't :: ...

For loop only works half of times specified
Thanks for the tips! I guess I kind of confused for and while loops a bit when I was writing XD