A reference pages for the latest version of c++

255 Views Asked by At

For c++03, there are next reference pages :

I used cplusplus as reference pages as a reference for c++ classes and functions (I am aware it is has errors, but is quite ok).

However, all these pages are for c++03.

Are there similar pages for c++11?

2

There are 2 best solutions below

0
On BEST ANSWER

I usually refer to the latest standard draft

You can also check cppreference.com, but it is still incomplete.

0
On

I often refer to the Bjarne Stroustrup's "C++0x - the next ISO C++ standard" page.