那么我在哪里可以找到最好的在线C ++标准库参考?

时间:2022-01-17 15:04:29

You know, with comments and examples and stuff.

你知道,有评论,例子和东西。

Need a quick reference for when coding.

编码时需要快速参考。

5 个解决方案

#1


15  

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.

我不知道我是否说它是“最好的”,但我最常使用的在线参考是Apache C ++标准库参考指南。也许人们使用SGI的标准模板库程序员指南。

Update:

These days, I mostly use cppreference.com.

这些天,我主要使用cppreference.com。

#2


12  

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

除了标准的副本,我使用cplusplus.com,主要是因为它是我google std :: vector时的第一个结果。

Update:

These days, I mostly use cppreference.com.

这些天,我主要使用cppreference.com。

#3


5  

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

帮自己一个忙,买一本书,比如The C ++ Standard Library。

#4


4  

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.

实际的C ++标准。认真。它有点贵,但它是唯一的权威来源。如果您需要特定的文档,Ctrl + F可以正常工作。

#5


0  

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

就个人而言,我主要依靠cplusplus.com和cppreference

#1


15  

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.

我不知道我是否说它是“最好的”,但我最常使用的在线参考是Apache C ++标准库参考指南。也许人们使用SGI的标准模板库程序员指南。

Update:

These days, I mostly use cppreference.com.

这些天,我主要使用cppreference.com。

#2


12  

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

除了标准的副本,我使用cplusplus.com,主要是因为它是我google std :: vector时的第一个结果。

Update:

These days, I mostly use cppreference.com.

这些天,我主要使用cppreference.com。

#3


5  

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

帮自己一个忙,买一本书,比如The C ++ Standard Library。

#4


4  

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.

实际的C ++标准。认真。它有点贵,但它是唯一的权威来源。如果您需要特定的文档,Ctrl + F可以正常工作。

#5


0  

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

就个人而言,我主要依靠cplusplus.com和cppreference