4 major points of C++ 0x
1. Lambda expression
2. auto type : nice lazy step
3. static_assert : improve debug
4. refer to r-value : imporve efficient of allocate
http://www.cppprog.com/2009/0102/31.html
2. auto type : nice lazy step
3. static_assert : improve debug
4. refer to r-value : imporve efficient of allocate
http://www.cppprog.com/2009/0102/31.html
This entry was posted on 2009/11/14 at 晚上8:38 and is filed under C++0x, Standard. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
- No comments yet.