This repository aims to outline beginner level OOP concepts in C++ programming language. The content is layout in two groups:
- A brief introduction to the OOP and other concepts
- A collection of example problems to demonstrate the concepts in following language standards:
- C++03
- C++11 (future update)
A separate section is dedicated to outline the new features introduced by the C++11 standard.