The list of C++ exercises
Outline
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?
Detailed explanation
Is the NRVO applied?
Detailed explanation
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?
Explanation
The order of function arguments
usage of std::shared_ptr
Usage of std::shared_ptr. Part 2
Mutexes
My favorite books
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?
Detailed explanation
Is the NRVO applied?
Detailed explanation
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?
Explanation
The order of function arguments
usage of std::shared_ptr
Usage of std::shared_ptr. Part 2
Mutexes
My favorite books
remind me!