How to learn C++ features
##Content
- Pointers
- References
- Virtual
- Exceptions
- Types
- Inheritance
C++ 11 [wip]
C++ 14 [wip]
@TODO: ...
- deque - Learn methods
- vector - Learn methods
- list - Learn methods
- set - Learn methods
- algorithm - Learn methods
- lock free - Compare lock-free and classic stack implementation
- vec - vector implementaion using 'placement new' feature (Tests and comparison with vector)
@TODO: ...
- Compile and build executable
- Compile and build library