Skip to content

ricvrdv/cpp-08

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Module 08

Templated Containers, Iterators, Algorithms

This module introduces the powerful concepts of templates, iterators, and generic programming in C++.

It focuses on how to create and manipulate containers and use the Standard Template Library (STL) effectively.

Key concepts:

  • STL Sequence Containers: vector, list, deque
  • STL Container Adaptor stack
  • STL Algorithms
  • Templated classes and functions

✅ Check out C++ Module 09 -

⏪️ Go back to C++ Module 07 - function and class templates

About

C++ Module 08 - Templated containers, iterators, algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published