Thread
:
Accessing functions from base class
View Single Post
05-07-2004, 01:34 PM
#
44
(
permalink
)
dirs
Registered User
Join Date: May 2004
Posts: 40
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
View Public Profile
Find More Posts by dirs