September 2017
Beginner to intermediate
384 pages
8h 4m
English
In this chapter you learned about ready-made generic containers, functors, iterators, and algorithms. You also learned set, map, multiset, and multimap associative containers, their internal data structures, and common algorithms that can be applied on them. Further you learned how to use the various containers with practical hands-on code samples.
In the next chapter, you will learn template programming, which helps you master the essentials of templates.