LIBCID.LIB
Single threaded, static link.
/MLd
_DEBUG
LIBCIMTD.LIB
Multithreaded, static link.
/MTd
_DEBUG, _MT
MSVCIRTD.LIB
Multithreaded, dynamic link (import library for MSVCI70D.DLL).
/MDd
_DEBUG, _MT, _DLL
Table 2: Old iostream libraries
The new iostream functions, as well as many other new functions, that exist in the Standard C++ Library are shown in the following Table.
The programs that use this new iostream library will need the header files without the .h extension such as <string>.
在标准C++库里面包含的新的iostream函数、以及很多新的函数功能,如下表所列。
当在程序中使用新的iostream库文件在包含头文件的时候不需要.h扩展名,例如包含<string>头文件。
|
Standard C++ Library |
Characteristics |
Compiler Option |
Preprocessor directives |
|
LIBCP.LIB |
Single-threaded, static link |
/ML |
- |
|
LIBCPMT.LIB Tags:相关文章列表:
推荐内容
最新文章
关于我们 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 发展历史
|