the run-time library code is also called during thread attach and thread detach, but the run-time code does no initialization or termination on its own.
standard include files declare c run-time library functions as they are implemented in the libraries.
在库中实现c运行库函数时,标準包含文件声明它们。
the following libraries contain the c run-time library functions.
下面的库包含了c运行时库函数。
the operating system or run-time library cannot fill a request for memory.
作业系统或执行阶段程式库无法满足记忆体要求。
uses the c run-time library and its error reporting mechanism.
使用c执行阶段程式库和其错误回报机制。
also, the run-time library might obtain and use the value of the operating system code page.
而且,运行库可以获取并使用操作系统代码页的值。
does not use the c run-time library and, therefore, uses customized error reporting.
不使用c执行阶段程式库,使用自订的错误报告。
how to use the c run-time library to detect memory leaks.
如何使用c运行库检测内存泄漏。
the c run-time library has two types of internal code pages: locale and multibyte.
c运行库有两类内部代码页:区域设置和多字节。
every application, every operating system, and every run-time library contains code dedicated to converting an internal binary format numeric value to a string of characters, and vice versa.
the standard c run-time library has been implemented and reimplemented by various compiler vendors;
标準的c运行期库一直是由许多不同的编译器供应商来实现和重新实现的。
when the debugger halts because of an mfc or c run-time library assertion, it navigates to the point in the source file where the assertion occurred (if the source is available).
当调试器由于mfc或c运行库断言而暂停时,它定位到源文件中的断言发生点(如果源可用)。
link with rpcrt4. lib to include the rpc run-time library used by the generated proxy/stub.