老版本的iostream库函数已经从LIBC.LIB、LIBCD.LIB、 LIBCMD.LIB、 LIBCMTD.LIB、MSVCRT.LIB和MSVCRTD.LIB。
This change was made because the Standard C++ Library has been added to Visual C++, and it contains a new set of iostream libraries.
有这种改变是因为标准C++库文件已经添加到VC++里面,并且由VC++实现,并且VC++里面同时还包含了一个全新的iostream库。
Thus, two sets of iostream functions are now included in Visual C++. The old iostream functions now exist in their own libraries as shown in the following Table.
因此,新老版本的iostream函数现在同时包含在Visual C++。老版本的iostream函数现在都由本身的库文件来实现,如下表所示:
|
Old iostream library |
Characteristics |
Compiler Option |
Preprocessor directives |
|
LIBCI.LIB |
Single-threaded, static link. |
/ML |
- |
|
LIBCIMT.LIB |
Multithreaded, static link. |
/MT |
_MT |
|
MSVCIRT.LIB |
Multithreaded, dynamic link (import library for MSVCI70.DLL). |
/MD |
_MT, _DLL Tags:相关文章列表:
推荐内容
最新文章
关于我们 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 发展历史
|