View Single Post
Old 05-07-2004, 11:35 AM   #40 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
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.
__________________
Valmont is offline   Reply With Quote