Some C++ examples to get familiar with OOP and STL (Original Course Cpp By exapmles from Packt).
An illustration to the vector container and how it might be used.
An implementation to different useful data containers in cpp.
How to use some powerfull algorithms provided with in the Cpp standard library with data containers, accumulate(), find(), fill(), copy(), reduce() are provided here.
a basic implementation of a dice using "random"
A guessing game implemented using random, strcutres and classes.
A basic phone book where you can search fill and filter, using cpp std tools