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
~246 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for cam875

[URL="http://www.cplusplus.com/doc/tutorial/operators.html"]http://www.cplusplus.com/doc/tutorial/operators.html[/URL] Here is an article on operators. Scroll down and there is a part on the formatting. Hope this helps!

Member Avatar for cam875
0
119
Member Avatar for sistasweetpea

I have an assignment and I'm stuck. The program is supposed to read in names and test scores from a data file, compute the average, and display the letter grade. This is the code that the teacher gave us in class: [CODE=cplusplus] #include <iostream> #include <cstring> #include <iomanip> // // …

Member Avatar for sistasweetpea
0
127

The End.