How to get a random number between 1 and 10?? I tried this:
a = 1+rand() %10;
Worked in dos mode, but not in Win 32. __________________
Visit my homepage
.: Game universE :.
a = 1+rand() %10;
Worked in dos mode, but not in Win 32. __________________
Visit my homepage
.: Game universE :.