05-07-2004, 11:50 AM
|
#41 (permalink)
|
| Registered User
Join Date: May 2004
Posts: 40
| 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!! |
| |