• Search...

categories: Technology, Science & Productivity

Digital
Software
Technology
Web
SDG 8: Decent Work and Economic Growth
SDG 9: Industry, Innovation and Infrastructure

The C++ Standard Template Library

Duration: 2 h 13 m / 10 lessons

Level: General

Course Language: Arabic

By the end of this course, you will be able to

  • 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.

Course details

  • 2 h 13 m/10 lessons
  • Last updated: 10/3/2022
  • Course completion certificate

Course Content

Free lessons

1.

Vector Part 1

9 Minutes

About this course

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.

Course requirements and prerequisites

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.

Mentor

The C++ Standard Template Library

Duration: 2h 13m / 10 lessons
Level: General
Course Language: Arabic