Course week 5¶
Self-study (english videos and slides)¶
The topic for this week is the C++ Standard Template Library (STL)
The following links will take you to the video-lectures and the accompanying slides:
Standard Template Library (STL)¶
slides for Standard Template Library (STL)
Note The STL container performance video uses a table entitled Choosing container based on performance. There are some mistakes in the version of this table presented in the video. However, a corrected version of this table is given in the file containing the slides.
Extra links on the topic: