Note that C# itself does not have a separate runtime library.
The runtime library: Provides standard functions which have no direct reference to, for example, functions for editing numbers, strings, date values, and files.
Библиотека времени выполнения: обеспечивает стандартные функции, которые не имеют никакой прямой связи с, например, функции для редактирования чисел, строк, значений данных, и файлов
Other implementations were either interpreters, or relied heavily on a runtime library.
Other implementations were either interpreters, or relied heavily on a runtime library.
My program itself does not include any runtime library code the same way that GCC-compiled programs include libgcc.
Всостав самой моей программы невходят никакие процедуры библиотеки времени исполнения точно также, как всостав программ, компилируемых спомощью GCC, невходит libgcc.
Microsoft Visual Studio C Runtime Library has detected a fatal error.
Many languages aspire to being able to implement their standard runtime library in the language itself.
The protocol and transport layer are part of the runtime library.
Уровни протокола и транспортировки являются частью runtime-библиотеки.
Modern compilers don't use C as an intermediate language, but they still have the same arrangement with a runtime library providing dynamic features.
Современные компиляторы не использую С в качестве промежуточного звена, но они сохранили такой же порядок работы с библиотекой рантайма, предоставляющей динамические возможности.
Some language functions are transferred to the runtime library and strongly depend on it.
Довольно много в языке перенесено на runtime-библиотеку и сильно зависит от неё.
One of these pieces is a C++ runtime library.
Одним из таких модулей является run-time библиотека C++.
The compiler and the runtime library are available for the following operating systems
Компилятор и библиотека времени выполнения (RTL - Run-Time Library) доступны для следующих операционных систем
For C, this is done by linking in the crt0 object, which contains the actual entry point and does setup and shutdown by calling the runtime library.
Для С это делается путем связывания объекта «crt0», который содержит фактическую точку входа и выполняет настройку и завершение работы, вызывая библиотеку времени выполнения.