Quote:
Originally posted by GoZelda
I'm thinking of making a blackjack game in C++. Unfortunatly, C++ doesn't have random(0,100), but
int random = (rand()%10);
Which is not newbie-friendly
|
In CS class, we use an include, rando.h, which is pretty handy.