C++ Standard Template Library Algorithms and Operations

C++ 14    |    Intermediate
  • 16 videos | 1h 14m 49s
  • Includes Assessment
  • Earns a Badge
Rating 4.7 of 81 users Rating 4.7 of 81 users (81)
The C++ Standard Template Library is a set of template classes that let you easily implement common algorithms and data structures. Explore the Standard Library algorithms and operations, including sorting and merging.

WHAT YOU WILL LEARN

  • Describe the key features of standard template library algorithms including nonmodifying vs. modifying
    Use the std::for_each expression in c++
    Recognize iterators using find in c++
    Use the std::find_if in c++
    Demonstrate how to use nonmodifying algorithms with containers
    Use iterators to copy and move in c++
    Use std::replace in c++
    Demonstrate how to use modifying algorithms with containers
  • Use std::sort expression in c++
    Recognize iterators using sort in c++
    Use standard template library sorting with containers in c++
    Use standard template library sorting with objects in c++
    Use std::merge in c++
    Use std::includes in c++
    Work with standard template library operations for sets in c++
    Work with modifying, nonmodifying, sorting, and merging algorithms and operations in c++

IN THIS COURSE

  • 4m 19s
    After completing this video, you will be able to describe the key features of Standard Template Library algorithms, including non-modifying vs. modifying. FREE ACCESS
  • 5m 47s
    During this video, you will learn how to use the std::for_each expression in C++. FREE ACCESS
  • Locked
    3.  Introduction to Iterators Using Find in C++
    3m 57s
    After completing this video, you will be able to recognize iterators using the find function in C++. FREE ACCESS
  • Locked
    4.  Using std::find_if in C++
    6m 47s
    To find out how to use std::find_if in C++, consult a C++ reference guide or search for it online. FREE ACCESS
  • Locked
    5.  Using Nonmodifying Algorithms with Containers
    4m 43s
    In this video, you will learn how to use non-modifying algorithms with containers. FREE ACCESS
  • Locked
    6.  Using Iterators to Copy and Move in C++
    4m 42s
    In this video, you will learn how to use iterators to copy and move data in C++. FREE ACCESS
  • Locked
    7.  Using std::replace in C++
    4m 28s
    Learn how to use std::replace in C++. FREE ACCESS
  • Locked
    8.  Using Modifying Algorithms with Containers
    3m 56s
    In this video, you will learn how to use modifying algorithms with containers. FREE ACCESS
  • Locked
    9.  Using std::sort in C++ Lambda Expressions
    5m 46s
    In this video, learn how to use the std::sort expression in C++. FREE ACCESS
  • Locked
    10.  Introduction to Iterators Using Sort in C++
    4m 17s
    Upon completion of this video, you will be able to recognize iterators using the sort function in C++. FREE ACCESS
  • Locked
    11.  Using Sorting with Containers in C++
    4m 7s
    In this video, you will use the Standard Template Library to sort containers in C++. FREE ACCESS
  • Locked
    12.  Using Sorting with Objects in C++
    3m 12s
    Find out how to use Standard Template Library Sorting with Objects in C++. FREE ACCESS
  • Locked
    13.  Using std::merge
    3m 54s
    In this video, learn how to use the std::merge function in C++. FREE ACCESS
  • Locked
    14.  Using std::includes
    4m 51s
    Find out how to use std::includes in C++. FREE ACCESS
  • Locked
    15.  Working with Operations for Sets
    4m 13s
    In this video, find out how to work with Standard Template Library Operations for sets in C++. FREE ACCESS
  • Locked
    16.  Exercise: Use Algorithms and Operations in C++
    5m 50s
    Find out how to work with modifying, non-modifying, sorting, and merging algorithms and operations 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

Rating 4.4 of 5 users Rating 4.4 of 5 users (5)
Rating 4.1 of 21 users Rating 4.1 of 21 users (21)
Rating 4.4 of 11 users Rating 4.4 of 11 users (11)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 481 users Rating 4.4 of 481 users (481)
Rating 4.2 of 46 users Rating 4.2 of 46 users (46)