View Single Post
Old 05-07-2004, 01:34 PM   #44 (permalink)
dirs
Registered User
 
Join Date: May 2004
Posts: 40
dirs is on a distinguished road
In The function BlackJack::Shuffle(vector<pair<int,int> > cards)
cout<<cards[i].first<<"_"<<cards[i].second<<endl;
shouldn't it print out the shuffeled deck.
i get
0 2
0 2
all the time instead.
dirs is offline   Reply With Quote