C++ Standard Template Libraries - 3 days
Course Overview
This course introduces C++ programmers to the major features of the C++ standard library, and some aspects of the newer Boost library.
Objectives
By the end of the course delegates will:
- Have learnt about, and applied the C++ standard library
- be familar with the features of the Boost libraries
- Be able to use both libraries in production code
Prerequisites
Delegates should already be C++ programmers.Course Topics
Each theory session is followed by a practical session:
- Overview of the standard library
- Use of the container libraries (STL) and related facilities
- Use of std::string
- Overview of the Boost libraries
- In depth treatment of a few libraries from Boost
- Smart pointers
