User profile: DroolingDonut

User info
User name:DroolingDonut
History
Joined:
Number of posts:16
Latest posts:

inputFile is transfering over into the array and showing but is dissapearing when the rest of my code is opted in
Do you mean that the grades are correctly displayed in [code] cout << "The grades are: "; for(pos = ...

OpenGL - Draw on top of image
In myInit, you call gluOrtho2D with 0 <= x <= 400 and 1 <= y <= 400. These ranges of coordinates wil...

Hold key problem
Right. kbhit() detects key presses. I thought for a moment you'd written kbhit() yourself. But it's ...

Getting random value from function
Yeah, it goes like that sometimes... You forgot just one little thing... You ask for user input, so...

Getting random value from function
It's stored, in "input". But that doesn't automatically give the total and average ;) You have a ca...