C++ Words

来源:互联网 发布:有关网店数据分析 编辑:程序博客网 时间:2024/06/06 19:37

The C++ Standards Committee - link


C++ Technical Report 1 (TR1) is the common name for ISO/IEC TR 19768, C++ Library Extensions, which is a document proposing additions to the C++ standard library. The additions include regular expressions, smart pointers, hash tables, and random number generators. TR1 is not a standard itself, but rather a draft document. However, most of its proposals are likely to become part of the next official standard. In the meantime, vendors can use this document as a guide to create extensions. The report's goal is "to build more widespread existing practice for an expanded C++ standard library."  

 


C++0x (pronounced "see plus plus oh ex")[1] is the unofficial name of the planned new standard for the C++programming language.

原创粉丝点击