Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A reference pages for the latest version of c++

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

  • cplusplus
  • IBM pages for c++
  • MSDN c++ 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?

like image 447
BЈовић Avatar asked Sep 12 '11 07:09

BЈовић


People also ask

How do you list references on a paper?

Reference list entries should be alphabetized by the last name of the first author of each work. For multiple articles by the same author, or authors listed in the same order, list the entries in chronological order, from earliest to most recent.


2 Answers

I usually refer to the latest standard draft

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

like image 88
Emilio Garavaglia Avatar answered Oct 03 '22 08:10

Emilio Garavaglia


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

like image 27
Didier Trosset Avatar answered Oct 03 '22 10:10

Didier Trosset