User: nicholasclevelandx

  • Public profile
  • Users
  • nicholasclevelandx

User profile: nicholasclevelandx

User info
User name:nicholasclevelandx
Old user name:c13v314nd
Website:http://c13v314nd.com
History
Joined:
Number of posts:4
Latest posts:

Code Improvement
For initializing your 2D Display array: [code] int Display[10][10]; for(int index = 0; index < 10; ...

Please Help
Once I removed the precompiled header, stdafx.h, and the semi-colons after the if statements, I got ...

Simple array question
If you want to see what the values are in your array, you can always loop through them via a for loo...

How to calculate median?
I agree with above. Sorting and finding the middle value is definitely an option for finding the med...

This user does not accept Private Messages