CSE graduate enrichment seminar -------------------------------------------------------- Introduction to the STL by Eric Tune (CSE) -------------------------------------------------------- brought to you in part by Graduate Student Association at UCSD AP&M room 4301 Wednesday May 8th at NOON -----> FREE PIZZA <------ The Standard Template Library is a set of generic data structures and algorithms that is part of the C++ standard. Even if your C++ is a little rusty, you can use the STL without ever typing the words "class", "virtual" or "private". * Getting started using STL data structures and algorithms. * Examples. * Common pitfalls. * Interpreting arcane error messages. * Making sure your C++ compiler is up to date. * Where to use STL, and where STL may not be the best choice. * Overview of additional STL features. * Online Resources. * STL containers versus Java containers. * Other Generic Programming resources.