0(0)

Standard Template Library(STL) in C++

Description

The C++ STL (Standard Template Library) is a powerful set of C++ template classes to provide general-purpose classes and functions with templates that implement many popular and commonly used algorithms and data structures like vectors, lists, queues, stacks and maps.

While programming many a time there is a need for creating functions that perform the same operations but work with different data types. So to overcome this problem C++ provides a feature to create a single generic function instead of many functions which can work with different data type by using the template parameter. The collection of these genric classes and functions is called Standard Template Library(STL)

The Standard Template Library (STL) in C++ makes the code run faster and more efficiently.

What Will I Learn?

  • Modern Programming Practices
  • Making code reusable, solid, and robust
  • Hands-on experience

Topics for this course

6 Lessons30m

Introduction

Standard Template Library2:29
Quiz 1

Vectors

List

Stack and Queue

Sets and Unordered Sets

Maps

About the instructors

0 (0 ratings)

1 Courses

64 students

Free

Material Includes

  • 30 min on-demand video
  • Quiz for each lesson
  • Full lifetime access
  • Certificate of Completion

Requirements

  • This course is designed for beginners in C++ having basic knowledge about C++ programming language.

Target Audience

  • If you want to overcome the difficult process of development with C++ and leverage its features using modern programming practices, then this course is for you.