Description: 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.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:25

Description: Containers are implemented as class templates and are used to replicate structures such as arrays, queues, stacks, and lists. In this course, you'll learn how to use templates and containers in your C++ programs.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:23

Description: Object-oriented programming is based on the use of objects created from class definitions. Explore the basics of creating custom classes and object-oriented programming principles such as encapsulation and inheritance in C++.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:08

Description: A class defines what an object is and includes the data and functions for manipulating that data. Discover how to correctly define and use classes in your C++ programs.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:06

Description: A function is a group of statements that performs a specific task, and may or may not return a value after execution. Explore the basics of creating custom functions, using strings, handling exceptions, and including namespaces in C++.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:47

Description: C++ is a typed language, it is vital you understand how to correctly work with data. In this course you will explore the data types in C++, work with modifiers and operators, and learn how to manage flow control in your C++ programs.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:29

Description: Based on C, C++ is a general-purpose, object-oriented programming language. Learn how to set up a development environment and explore the fundamentals of C++, including program structure, I/O streams, and header and source files.

Target Audience: Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Duration: 01:29