Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C++ STL Complete Course
Rating: 4.2 out of 5(25 ratings)
90 students

C++ STL Complete Course

STL made simple
Last updated 1/2024
English

What you'll learn

  • The C++ Standard Template Library (STL)
  • Data Structures and their STL implementations
  • Doing an in-depth analysis on
  • Solving real-world interview problems

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

6 sections23 lectures3h 46m total length
  • Introduction0:25
  • Basics concepts of STL2:28

    Explore the fundamentals of the standard template library, focusing on containers as class templates, iterators for traversal, and using optimized library classes instead of from-scratch implementations.

Requirements

  • Basic C++ knowledge
  • A laptop or a mobile device

Description

Hi! My name is Daniel, a passionate software engineer whose aim is to teach you the techniques of using the Standard Template Library (STL) in C++ and how you can use them to get a job at any big tech company as a C++ software developer or start building your dream projects. I have personally used them in multiple interviews and in all of my C++ projects.

The STL is a cornerstone of modern C++ programming, offering a rich collection of classes and algorithms that streamline code development. Whether you're a seasoned developer or just starting with C++, this course is designed to provide you with the in-depth knowledge and practical insights needed to master the STL.

The Standard Template Library (STL) has become a major part of the C++ programming language, providing a solid and proficient implementation for a variety of data structures and their methods/functions. In this course, we will cover everything you need to know about the STL, as well as solve some real-world problems to show you exactly how to apply what you've learned and afterwards provide you with further resources to study and apply your knowledge on. I will also provide you with project ideas that you can implement in order to enrich your understanding and knowledge of C++.

Apart from mastering C++, learning to use the STL will also help you write code that is easier to understand and maintain in the long run. Also, because the STL manages its memory by itself, it is a perfect suit for absolute beginners who are looking to start their exciting journey in the art of computer programming.


Who this course is for:

  • Beginner C++ developers looking to learn STL
  • Students or entry-level engineers developing their C++ knowledge and algorithmic skills