开发者

So where can I find the best online C++ Standard Library reference? [closed]

开发者 https://www.devze.com 2023-03-09 07:09 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question 开发者_开发问答

You know, with comments and examples and stuff.

Need a quick reference for when coding.


I don't know if I'd say it's "the best", but the online reference I use most often is the Apache C++ Standard Library Reference Guide. Maybe people use SGI's Standard Template Library Programmer's Guide.

Update:

These days, I mostly use cppreference.com.


Along with a copy of the standard, I use cplusplus.com, mostly because it is the first result when I google std::vector.

Update:

These days, I mostly use cppreference.com.


Do yourself a favour, and buy a book, such as The C++ Standard Library.


The actual C++ Standard. Seriously. It's kind of expensive, but it's the only authoritative source out there. If you need specific docs on something Ctrl + F works just fine.


Personally, I rely on mainly on cplusplus.com and cppreference

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号