Explicating the new C++ standard (C++0x), and its implementation in VC10 - CodeProject

Explicating the new C++ standard (C++0x), and its implementation in VC10 - CodeProject

瀏覽:1390
日期:2024-07-27
The auto keyword For automatic data-type deduction (at compile time), depending on assignment. The decltype keyword For deducing data-type from expression, or an auto variable. The nullptr keyword Null pointer is now promoted, and has been awarded a keywo...看更多