Skip to content

abykal/hello-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-cpp

Modern C++ inside (STL included)


Intro:

DATA needs to be MANIPULATED easily.
DATA is stored in CONTAINERS.
DATA is manipulated using ALGORITHMS.

📦 S T L

CONTAINERS are of two types;

..* Sequential Containers [Vector, List, Deque]

..* Associative Containers [Maps, Sets, MultiMap]

STL World Map (by Jonathan Boccara) alt text

About

Modern C++ inside

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages