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 funtionI 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 NumbersThankyou, ultifinitus, GetTickCount() works great for me!