Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~239 People Reached
Favorite Forums
Favorite Tags
c++ x 4

2 Posted Topics

Member Avatar for Phinisher

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 …

Member Avatar for griswolf
0
116
Member Avatar for LeMajestique

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 …

Member Avatar for LeMajestique
0
123

The End.