N
N
nevro2015-12-19 19:12:56
C++ / C#
nevro, 2015-12-19 19:12:56

What is a runtime library for?

The wiki has examples about malloc() and new. Does the runtime library store platform-specific functions for working with the operating system, with its functions that work with the hardware?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mercury13, 2015-12-19
@nevro

The runtime library stores standard programming language functions. And malloc/new too.
PS Internal functions are also stored for servicing the entry point (int main).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question