Skip to content

JorgeV92/ModernCPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ModernCPlusPlus

Learning objectives

C++

Standard Library : containers algorithms iterators

Templates

Templates allow you to write generic code that works with any data type. Review function templates and class templates.

Samrt pointers

unique_ptr, shared_ptr, and weak_ptr

Lambda expressions

Anonymous functions learn to use them in the STL algorithms

Move semantics

Transfer resources from one object into another Lean r-value references, move constructors, and move assigments operators.

Threading

Allows you to run mutliple tasks concurrently. Learn STL threads, mutexes, and condition variables.

Modren C++ features:

Learn about auto, constexpr, consteval, and modulo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages