User profile: Scorpic

User info
User name:Scorpic
History
Joined:
Number of posts:60
Latest posts:

Ah, SDL, you've done it again.
Most modern day operating systems use a variation of a round robin approach when it comes to servici...

Help please
Just change this: [code] int values[SIZE]; // Array to hold values [/code] To this: [code] double v...

trying to create two consectutive #'s where one is either odd and the other even or vice versa
Btw to check to see if a number is even or odd you can do: [code] if( e % 2 != 0) // number is odd ...

Control the object's movement
So basically you need two velocity variables: [code] float xVelocity; float yVelocity; [/code] When...

If else statement
In the total() function the returned float is final. However in your code you don't put the returne...

This user does not accept Private Messages

User: Scorpic

  • Public profile