2010-06-19 14:46:38
http://download.microsoft.com/download/5/2/A/52A64886-8997-4905-B61B-D4664A61ECB4/Visual_Studio_2010_Cpp_whitepaper.PDF
Visual Studio 2010 을 설치하면서 알게된 문서. C++ 의 다음 표준인 C++0x 에 대해 설명이 잘되어 있는 문서이다. 특히 lambda, static_assert, auto 는 정말 유용하게 쓰일 거 같다.
C++ 프로그래머라면 꼭 읽어보자~