User profile: rjcup3

User info
User name:rjcup3
Name:rjcup3
Location:Michigan
History
Joined:
Number of posts:9
Latest posts:

.eof() problem with functions
If you guys care, I fixed it... here's what I did for posterity: [code] #include <fstream> using nam...

completely stumped
Try: http://lmgtfy.com/?q=c%2B%2B+random Hope that helps...

using switch statements
You forgot four brackets... lines 40, 51, 55 and 56. Also, there is no break for your [code]case 2:[...

Problem with array program that displays average, highest and lowest.
you initialized lowest twice and didn't close the first with a semi-colon.

.eof() problem with functions
I know this would be way easier... and then send each numeral to convert using string arrays with a ...