User: John56432

  • Public profile

User profile: John56432

User info
User name:John56432
History
Joined:
Number of posts:5
Latest posts:

Can't read all lines of file
while (fileBefore >> preparse) { } unparsed.push_back(preparse);

Everything is fine until I got the result of cos x at 90
The value of 12 * pi needs to be more precise. Before you define main() add this: double my_pi(vo...

Help with reading in a complex number
In lines 42 to 44 you did not follow your own comments to check for + - or space. Check for the spac...

Help with reading in a complex number
Also force the user to put in 1 + 1i instead of 1 + i. Or check for just i and set b to 1 in that s...

Help with reading in a complex number
Remove lines 42-44. There has to be a + or -. If not just set b to 0.

This user does not accept Private Messages