Skip to content

Some C++ examples to get familiar with OOP and STL

Notifications You must be signed in to change notification settings

FRIDM636/Cpp_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Cpp_Examples

Some C++ examples to get familiar with OOP and STL (Original Course Cpp By exapmles from Packt).

Vectors.cc

An illustration to the vector container and how it might be used.

Containers.cc

An implementation to different useful data containers in cpp.

Algorithms.cc

How to use some powerfull algorithms provided with in the Cpp standard library with data containers, accumulate(), find(), fill(), copy(), reduce() are provided here.

virtuald.cc

a basic implementation of a dice using "random"

guessing_game.cc

A guessing game implemented using random, strcutres and classes.

phone_book.cc

A basic phone book where you can search fill and filter, using cpp std tools

About

Some C++ examples to get familiar with OOP and STL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages