vote up 2 vote down star

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?

flag

65% accept rate

2 Answers

vote up 2 vote down

I think Google is strongest not at it's tools for specific programming environments, but at their web interactions and the web APIs. Take a look at Google Chart API, it's an outstanding example. Even if it's only for learning how to pack as many information into URI params as possible, it's worth a look.

alt text alt text alt text alt text

link|flag
vote up 0 vote down

Search for C++ APIs on google code.

link|flag
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 Nov 5 '08 at 23:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.