View Single Post
Old 05-07-2004, 11:50 AM   #41 (permalink)
dirs
Registered User
 
Join Date: May 2004
Posts: 40
dirs is on a distinguished road
Quote:
Originally posted by Valmont
OMG ROFL
wait!!!
change the i's to j's.!!!
Code:
VPairs::iterator j = Deck.begin();
	for(; j <= Deck.end(); ++j	)
	{
		cout<< (*j).first <<" "<< (*j).second<<endl;
	}
On new compilers it doesn't bother but on old(er) it does. LOL.
It works now!! Great!!
dirs is offline   Reply With Quote