Is there a library like guava for C ++?

Is there a C ++ library like guava (java) that extends the standard library with a few useful methods, classes, and shortcuts.

+4
source share
1 answer

Hell yes. It is called boost .

.. one of the most highly rated and expertly developed C ++ library projects in the world. - Herb Sutter and Andrei Alexandrescu, C ++ Coding Standards

+9
source

All Articles