categories: Technology, Science & Productivity
How to tackle array-related problems by exploiting vector, list, forward list, and deque, together with getting acquainted with the set of functions each of them support.
Types of container classes (sequence container - associative container - adapter container) as well as some examples on each of them to highlight their main differences.
The difference between set and map and how to create each of them, in addition to learning about stack, queue, and priority queue and how to make the most out of them.
Free lessons
Vector Part 1
1. Standard Templates Library (STL)
Vector Part 1
Vector Part 2
Vector Part 3
Vector Part 4
Deque
List
Forward-list
Set
Map
Stack Queue
When it comes to writing codes in C++, not only did beginners find it challenging because they have to put a lot of effort and time to learn the language, but also because they were forced to compromise either quality, performance, or productivity. The good news is you no longer have to go through that. Thanks to the standard template library (STL) in C++, writing codes could never be easier. Throughout this training course, you will get introduced to STL and learn how to use it to deliver an efficient, error-free, and robust code in a timely manner.
There are no requirements for this course. Your interest in the topic and your commitment to learning are all you need to achieve the utmost benefit from this course.
Software Engineering Expert
7,502 Learners
39 Courses