Utilities

To use C++ to its full potential, we must use the multitude of utilities it provides.

As C++11 has a lot of libraries, it is often not so easy to find the convenient one for each use case.

...