CIS-255 Home
http://www.c-jump.com/bcc/c255c/c255syllabus.htm
C++ Standard Library Part II
- STL containers
- std::stack
- std::set
- std::pair structure
- std::pair data members
- std::pair construction
- Functions returning a pair
- std::map
- std::map construction
- Adding items to a map
- Looking at a map
- map iterators
- map::find
- map::insert
- map::erase
- Map summary
- std::multimap
- std::multimap::equal_range
- STL Algorithms
- Iterators revisited
- Iterator types and functionality
- std::sort
- std::sort example
- Predicates
- std::count_if and predicate function
- std::count_if and predicate object