You know, with comments and examples and stuff.
Need a quick reference for when coding.
|
You know, with comments and examples and stuff. Need a quick reference for when coding.
| |||||||||||||
feedback
|
|
Do yourself a favour, and buy a book, such as The C++ Standard Library. | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
Along with a copy of the standard, I use cplusplus.com, mostly because it is the first result when I google | |||
|
feedback
|
|
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. | |||||||||||||
feedback
|