The list of C++ exercises
This list can help to improve your skills of day-to-day coding in C++. Constructors
lvalue/rvalue
Make it convertible part 1
Make it convertible part 2
Is it a const method?
Which “auto” is it?
Is it an efficient code?
Is the NRVO applied?
Virtual destructor
Virtual functions and a constructor
Constructor and member initializer list
References usage
Iterators. Part 1
Iterators. Part 2
What’s wrong with the std::vector usage?
The order of function arguments
usage of std::shared_ptr
Usage of std::shared_ptr. Part 2
Mutexes
My favorite books