课程: Complete Guide to C++ Programming Foundations
免费学习该课程!
今天就开通帐号,24,100 门业界名师课程任您挑!
Overview of the STL
- [Instructor] Now, let me tell you about the C++ Standard Template Library, or STL. It's a powerful set of template classes and functions that provide standardized ways to manage data structures and algorithms. It implements a generic programming approach, which means that the code is written in a type-independent way. The STL was originally developed by computer scientist Alexander Stepanov in 1994. His work laid the foundation for the generic programming paradigm that we use widely in C++ today. The STL is typically included in the C++ Standard Library, so it's readily available for us to use without needing any additional setup or libraries. The STL enables writing code that is both efficient and highly reusable, making it an essential part of modern C++ development. Let's get to know the C++ Standard Template Library. First, let me tell you that the STL consists of four components that implement a collection of general purpose data structures and algorithms. Let's take a look at…
内容
-
-
-
-
-
-
-
-
-
-
(已锁定)
Understanding templates3 分钟 1 秒
-
(已锁定)
Template functions3 分钟 5 秒
-
(已锁定)
Template classes2 分钟 39 秒
-
(已锁定)
Overview of the STL2 分钟 16 秒
-
(已锁定)
Queues and stacks4 分钟 19 秒
-
(已锁定)
Advanced concepts: Iterators6 分钟 10 秒
-
(已锁定)
Advanced concepts: Algorithms3 分钟 27 秒
-
(已锁定)
Solution: Virtual pet schedule1 分钟 48 秒
-
(已锁定)
-
-