views:

956

answers:

2

Google guys seems to know their game and I like learning from those smarter than me. Google is sharing a lot of code with open source community. Their docs and APIs are IMO state of the art. Which tools / APIs would you recommend for a C++ developer? I'm interested both in looking at interesting solutions / tricks as well as using some Google APIs from C++.

So far the only C++ tools I had pleasure to use was Google Unit testing framework but I have too much code in CppUnitLite to change.

From architecture point of view Chrome and V8 docs are really cool.

Anything else?

+1  A: 

Search for C++ APIs on google code.

Ferruccio
Thx for correcting my question. Ofc I'm familiar with this list. But I don't have time to check out all of them. Would you recommend anything particular?
Nazgob
+2  A: 
mkoeller
Meh, the google charts API is alright... but too "encoded" to compactness
CVertex