A reference pages for the latest version of c++
Asked Answered
F

2

5

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?

Forbis answered 12/9, 2011 at 7:29 Comment(10)
What compiler/version are you using? Microsoft probably has the docs for VS2010 in MSDN. I myself use THE standard for references (both INCITS+ISO+IEC-14882-2003 for the current standard and the FDIS for C++0x)Cahn
@David I am using g++ 4.6. The standard is ok, but I do not have the latest version (is it available?). Anyway, I find pages like cplusplus.com quite useful.Career
The C++ Tag has lots of reference links: stackoverflow.com/tags/c%2b%2b/infoCatty
@VJo: what version do you have? n3290 (FDIS) is the latest I know of, and it was removed from the web (I was lucky enough to keep a copy until they approve and buy the official document), but there are almost no changes if there is any at all from n3092 (FCD) that should still be accessible.Cahn
Or more specifically the C++11 tag: stackoverflow.com/tags/c%2b%2b11/infoCatty
@David I just got N3242 (as posted in c++11 info page, posted by Tux-D). @Tux-D Info pages for c++11 need an update. 350 CHF for a document is too much. Where is a 20$ version? Also, would be good to add a link posted by Emilion Garavaglia (see below)Career
@VJo: I bought an electronic copy of the current standard for $35, now it seems to be just $30, from the ANSI webstoreCahn
@David: That goes to C++03, not C++11.Salvador
@Nicol: Yes, it is the C++03 standard, as the C++0x has not yet been finalized (the standard procedures take time). It will be in the shop sometime after it gets the final approval, which should happen sometime this year. But before it actually becomes the standard you will not be able to buy it.Cahn
@David: C++11 has already been finalized (back in August) and it is published. It's already the standard. That's what VJo was talking about when he said it was 350CHF.Salvador
F
6

I usually refer to the latest standard draft

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

Forenamed answered 12/9, 2011 at 7:42 Comment(0)
J
2

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

Jesuitism answered 12/9, 2011 at 7:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.