CIS-255 Home http://www.c-jump.com/bcc/c255c/c255syllabus.htm

C++ Standard Library Part II


  1. STL containers
  2. std::stack
  3. std::set
  4. std::pair structure
  5. std::pair data members
  6. std::pair construction
  7. Functions returning a pair
  8. std::map
  9. std::map construction
  10. Adding items to a map
  11. Looking at a map
  12. map iterators
  13. map::find
  14. map::insert
  15. map::erase
  16. Map summary
  17. std::multimap
  18. std::multimap::equal_range
  19. STL Algorithms
  20. Iterators revisited
  21. Iterator types and functionality
  22. std::sort
  23. std::sort example
  24. Predicates
  25. std::count_if and predicate function
  26. std::count_if and predicate object