Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c++.moderated    |    Moderated discussion of C++ superhackery    |    33,346 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 32,025 of 33,346    |
|    Andreas Weis to Peter Liedermann    |
|    Re: c++ 11 and MS Visual Studio 11    |
|    19 Mar 12 11:13:38    |
      From: weisa@in.tum.de              On 18.Mar.12 21:30, Peter Liedermann wrote:       > Is there a language description of standard C++ 11 recommendable for       > experienced programmers with detailed description of the added       > (especially thread) libraries?              Unfortunately, the amount of literature available on this topic is       rather limited at the moment.       Of course there is always the standard itself, but I guess that was not       the answer you were aiming for.       As far as free resources go, there is cppreference.com, a community wiki       trying to build a complete C++11 reference. Naturally for such a       project, the reference is still incomplete and prone to errors at this       point, but the community seems quite active.       Once Visual Studio 11 is released, a reference for the threading library       will certainly be made available on MSDN library, but as of this moment       they unfortunately don't have anything on the topic.              If you are looking for a book, there is C++ - Concurrency in Action by       Anthony Williams (Manning Publications), which was just released a few       weeks ago. In addition to a detailed tutorial, it also contains a       complete reference of the new threads library.       Another book to look out for is the new eddition of Josuttis' The C++       Standard Library, which was updated for C++11 and is to be released in       early April.              > Are certain parameter values in MS VS C++ 11 recommended to enforce       > the standard?              Warning Level 4 is a must (/W4). Another useful option is /Za which       disables all non-standard language extensions.              Best regards,        Andreas                     --        [ See http://www.gotw.ca/resources/clcm.htm for info about ]        [ comp.lang.c++.moderated. First time posters: Do this! ]              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca