Search:

Type: Posts; User: twinzen

Search: Search took 0.01 seconds.

  1. outfile

    outfile<<"Student"<<i+1<< marks[8]<<endl;

    what are you trying to do here? marks[8] is outside of your array, so it will contain garbage. Do a for loop from i=0 to i=7 and output marks[i] to the...
  2. Replies
    2
    Views
    2,778

    Keeping program running at constant speed.

    Hi guys. I decieded to post here instead of the game board as this problem can relate to any program. Basically, I have a problem with keeping my game run at a constant speed, and hope the following...
Results 1 to 2 of 2