0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
How do I appropriately go about resetting where the pointer is in a file? I was under the impression that I had the correct way, but my code is not properly functioning. I need to do a character count, word count, line count. Which ever function I run first returns …
You need a break after each case otherwise it will continue through the cases. So a case should look like: [CODE] case 1: system ("CLS"); cout << "PYTHAGOREAN THEOREM CALCULATOR" << endl; cout << "ENTER BOTH LEGS OF THE TRIANGLE" << endl; int a, b; float C; cout << "LEG …
The End.
Phinisher