C++ Templates and Containers
C++ 14
| Intermediate
- 16 videos | 1h 15m 18s
- Includes Assessment
- Earns a Badge
Containers are implemented as class templates and are used to replicate structures such as arrays, queues, stacks, and lists. Discover how to use templates and containers in your C++ programs.
WHAT YOU WILL LEARN
-
Describe the key features of c++ templates, including when they should or shouldn't be usedDeclare and use a function template in c++Declare and use a class template in c++Describe the key features of standard template library sequential containers including when they should or shouldn't be usedWrite a c++ program using a list from the standard template libraryWrite a c++ program using a vector from the standard template libraryWrite a c++ program using deque from the standard template libraryWrite a c++ program using array from the standard template library
-
Write a c++ program using a queue from the standard template libraryWrite a c++ program using priority_queue from the standard template libraryWrite a c++ program using a stack from the standard template libraryDescribe the key types and features of standard template library associative containers including when they should or shouldn't be usedWrite a c++ program using a set from the standard template libraryWrite a c++ program using a map from the standard template libraryDemonstrate how to incorporate objects using set and mapDemonstrate how to work with sequential and associative containers in c++
IN THIS COURSE
-
6m 45sAfter completing this video, you will be able to describe the key features of C++ templates, including when to use them and when not to use them. FREE ACCESS
-
4m 19sLearn how to declare and use a function template in C++. FREE ACCESS
-
2m 20sIn this video, you will learn how to declare and use a class template in C++. FREE ACCESS
-
3m 38sAfter completing this video, you will be able to describe the key features of Standard Template Library sequential containers, including when they should or shouldn't be used. FREE ACCESS
-
6m 13sIn this video, learn how to write a C++ program using a list from the Standard Template Library. FREE ACCESS
-
5m 16sIn this video, find out how to write a C++ program using a vector from the Standard Template Library. FREE ACCESS
-
5m 45sIn this video, find out how to write a C++ program using the deque from the Standard Template Library. FREE ACCESS
-
5m 16sIn this video, you will learn how to write a C++ program using an array from the Standard Template Library. FREE ACCESS
-
3m 48sIn this video, find out how to write a C++ program using a queue from the Standard Template Library. FREE ACCESS
-
6m 19sDuring this video, you will learn how to write a C++ program using the priority_queue from the Standard Template Library. FREE ACCESS
-
4m 48sDuring this video, you will learn how to write a C++ program using a stack from the Standard Template Library. FREE ACCESS
-
3m 24sUpon completion of this video, you will be able to describe the key types and features of Standard Template Library associative containers, including when they should or shouldn't be used. FREE ACCESS
-
4mLearn how to write a C++ program using a set from the Standard Template Library. FREE ACCESS
-
4m 21sFind out how to write a C++ program using a map from the Standard Template Library. FREE ACCESS
-
4m 46sIn this video, you will learn how to incorporate objects using the Set and Map objects. FREE ACCESS
-
4m 20sIn this video, you will learn how to work with sequential and associative containers in C++. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Channel
Codecademy C#