c runtime library

  • 网络函式库

c runtime libraryc runtime library

c runtime library

函式库

...是 Visual C++ 的编译器名称。它会在编译完成后自动呼叫联结器 LINK.EXE,将你的程式所需要的函式库C runtime library

1
The standard C runtime library is not a paragon of good library design. C语言标准运行时库的设计不是很优秀。
2
Both the C Runtime Library and the Standard C++ Library can be linked to statically or dynamically, depending on the application's needs. 根据应用程序的客观需要,它可以静态活动态的链接到C运行时程序库和标准C++程序库。
3
With dynamic linking, you can update just one C runtime library, and correct the internationalization of all seventy-nine applications. 有了动态链接,您就可以只更新一个C运行时库,然后修正所有79个应用程序的共同问题。
4
On top of the OS API functions, software vendors implement the C Runtime Library (CRT). 基于操作系统的API函数,软件厂商实现了C运行时程序库(CRT)。
5
On top of the Windows API, there is the C Runtime Library, which encapsulates and hides the Operating System differences. 处于WindowsAPI之上的则是C的动态运行库,它对操作系统进行了封装,并隐藏了不同的操作系统之间的差异。
6
The linker's ability to build a table of safe exception handlers depends on the application using the C runtime library. 链接器能否生成安全异常处理程序表取决于使用C运行库的应用程序。
7
Microsoft also added versions to their CRT (C runtime library) that operate on DBCS strings. 微软还在它的CRT(Cruntimelibrary)中增加了操作DBCS字符串的版本。