CSE687 - Object Oriented Design
Lecture #19 - Standard Template Library (STL) Details
Revised: 06 April 2008
Web Resources:
Stroustrup's Home Page,
Assoc. of C/C++ Users,
C++ at Microsoft,
Code Project,
Sells Brothers,
Guru of the Week,
C/C++ User's Journal,
devCentral,
Dr. Dobb's Journal,
Boost Library,
techNetCast
Content:
This lecture provides details of the Standard Template Library (STL).
-
Syllabus
Describes topics to be covered,
reading material for you to digest before coming to class, and due dates
for the assigned projects.
-
Project #3,
Project #4
-
STL Details
-
STL Odds and Ends Presentation
-
As discussed in class on Monday, Calls to the operator() in Predicate Functors should
not change the Functor's state. This is described in detail in the second required class text,
"The C++ Standard Library", Josuttis, pages 302-304.
-
Algorithms Demo
-
Auto_Ptr Demo