Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a guava like library for c++? [closed]

Tags:

c++

guava

Is there a c++ library like guava (java), extending the standard library with a couple of useful methods, classes and shortcuts.

like image 278
Ben Avatar asked Mar 30 '13 18:03

Ben


People also ask

Why Guava library is used?

Guava is an open-source “Collection Library” library for Java, developed by Google. It provides utilities for working with Java collections. As you dive deep into Guava you'll notice how it reduces coding errors, facilitates standard coding practices and boost productivity by making code concise and easy to read.

What is guava JRE?

Guava is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, caching, primitives, strings, and more!


1 Answers

Hell yeah. It's called boost.

..one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

like image 184
Armen Tsirunyan Avatar answered Oct 29 '22 05:10

Armen Tsirunyan