.eof() problem with functionsIf you guys care, I fixed it... here's what I did for posterity: [code] #include <fstream> using nam...
completely stumpedTry: http://lmgtfy.com/?q=c%2B%2B+random Hope that helps...
using switch statementsYou 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 functionsI know this would be way easier... and then send each numeral to convert using string arrays with a ...