Thread: Blackjack
View Single Post
  #19  
Old 01-16-2004, 07:02 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
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.
Reply With Quote