Where do you track the developments of new c++ standards?
Posted in QnA Arena on Aug 12, 2009 at 13:41 IST (over 4 years ago). Subscribe to this post
Email
Showing comments 1 to 4 of total 4 on page 1 of 1
Post replyShowing comments 1 to 4 of total 4 on page 1 of 1
« Previous1Next »
anvarRank: 237
Where do you guys generally look for developments in C++, most importantly, developments in new standard and its approx/scheduled release data?
Posted by anvar on Wednesday, August 12, 2009, 1:41 pm
viralbugRank: 19
Check wikipedia's article on C++. Then, the closest thing to a specification that I've found is Bjarne Stroustrup's book (the creator of the C++ language).
Posted by viralbug on Wednesday, August 12, 2009, 2:12 pm
shilpaRank: 8
You can find group discussions and posts at comp.std.c++.
Posted by shilpa on Wednesday, August 12, 2009, 3:45 pm
ivinjoseRank: 33
C++ Standard Committee website: http://www.open-std.org/JTC1/SC22/WG21/
For quick access to published papers: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/
Posted by ivinjose on Friday, August 14, 2009, 4:40 pm
Pages: « Previous1Next »