You know you're well on the way to mastering the STL when you start using declarations like this in your code...
map< string, list< pair<SDSFile, string> > > workToReturn;
map< string, list< pair<SDSFile, string> > >::iterator j;
because this is the structure that is "the right thing"... and you use the pair object to save a gratuitous struct definition. This is a thing of beauty.

 

Add to My Yahoo!

Add to Google

Subscribe with Bloglines

Austin Gilbert/Male/26-30. Lives in United States/Oklahoma/Tulsa/Midtown, speaks English. Spends 40% of daytime online. Uses a Fast (128k-512k) connection. And likes computer science/photography.
This is my blogchalk: United States, Oklahoma, Tulsa, Midtown, English, Austin Gilbert, Male, 26-30, computer science, photography.

Aspiring to STL Mastery
2005/03/26