From the course: C++ Templates and the STL

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Goodbye

Goodbye

- [Bill] The goal of this course was to provide you with a good working knowledge of C++ templates and the Standard Template Library. I've covered template syntax, specialization, and template functions, classes, and variables. We've covered the major STL containers, the vectors, lists, pairs, queues, stacks, and more. I've shown you the different types of iterators and how to use them. And I've shown you how to create and use functors, and the rich library of algorithms included in the STL. Along the way, I hope you've taken some time to experiment with the exercise files; and you've thought about how to use this powerful library in your projects. The STL is packed with power and flexibility; and while I've covered a lot in this course, it's no substitute for experience. I encourage you to write a lot of your own code and continue learning on your own from your experience. For more details on classes and objects, I invite you to continue your journey with the companion course C++…

Contents