User profile: Hitachiko

User info
User name:Hitachiko
History
Joined:
Number of posts:7
Latest posts:

Coding Help (C++)
I would like to thank everyone for brainstorming and coming up with solutions to my coding problems....

Coding Help (C++)
How about this fix? #include <iostream> #include <iomanip> #include <cmath> using namespace std; ...

Coding Help (C++)
It should always be an integer, because i starts at one and is incremented by 1. I was trying to wo...

Coding Help (C++)
The problem comes in with pow(-1,i+1). Since it only works with i being a double, its throwing off ...

Coding Help (C++)
I guess it would help if I pasted the entire code. #include <iostream> #include <iomanip> #include...