User profile: alpharens

User info
User name:alpharens
History
Joined:
Number of posts:12
Latest posts:

Number limits and range.
I don't quite understand what you are trying to accomplish here, but I have noticed a few problems w...

How to return 2 result from a funtion
I am a beginner as well so I may be wrong, but I don't think it is possible to get more than one ret...

Number limits and range.
I would write the code like this (This is just testScore1): [code] if (testScore1 >= 0 && testScore...

Simple Question
You can use [code]system("pause")[/code] for small programs. It is bad practice to use this, but fo...

Random Numbers
Thankyou, ultifinitus, GetTickCount() works great for me!