User: ImOnyx

  • Public profile

User profile: ImOnyx

User info
User name:ImOnyx
History
Joined:
Number of posts:2
Latest posts:

Program will not compile
Use pow like this: [code] windChill = 35.74 + (0.6125 * T) - (35.75 * pow(V, 0.16)) + (0.4275 * T *...

Repeating a function
You don't need to seed your random number generator in each iteration of your for-loop. You can init...

This user does not accept Private Messages