Re: C# vs. C++
Daniel Boulerice wrote:
No, it isn't. At runtime, it is compiled just-in-time and it runs
natively, it is not interpreted. The CLR is not another program either,
it is the main runtime library that comes with .NET, and also runs
natively. AFAIK, most C++ products also have a runtime library. .NET's
CLR is just more extensive.
--
Rudy Velthuis http://rvelthuis.de
"This book fills a much-needed gap."
-- Moses Hadas (1900-1966) in a review
Daniel Boulerice wrote:
>
CJ,
>
I guess you were surprised of how many replies you got so far!!
>
Anyway, if you want to move to C# or C++, know this:
>
a.. C# is a virtual machine - a little like java and VB already -
at run-time your program is interpreted by another program called the
CLR.
CJ,
>
I guess you were surprised of how many replies you got so far!!
>
Anyway, if you want to move to C# or C++, know this:
>
a.. C# is a virtual machine - a little like java and VB already -
at run-time your program is interpreted by another program called the
CLR.
natively, it is not interpreted. The CLR is not another program either,
it is the main runtime library that comes with .NET, and also runs
natively. AFAIK, most C++ products also have a runtime library. .NET's
CLR is just more extensive.
--
Rudy Velthuis http://rvelthuis.de
"This book fills a much-needed gap."
-- Moses Hadas (1900-1966) in a review
Comment