I am开发者_JAVA技巧 new to c++ from C. When I need to find something about c. I always type "man *" on google then I can get what I want. But how can I find nice c++ library documentation? Thanks..
If you just want a reference, try:
http://cplusplus.com/reference/
http://www.cppreference.com/wiki/
精彩评论