Re: what's the bug here ?
- From: Peter Duniho <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Sat, 29 Jan 2011 20:58:42 +0800
On 1/29/11 8:49 PM, Jeff Gaines wrote:
[...]
NET is a wrapper round the underlying API so adds another layer.
C/C++ can be compiled to native code, C# is interpreted on the fly.
Not true at all. .NET is a wrapper for _some_ things, but certainly not for loops and basic arithmetic (as in the given example). C# is also not an interpreted language. It is compiled at run-time to the native machine code, and executed natively. There is a tiny delay during the JIT-compilation process, but once the code is executing, it's native just like C/C++ and other compiled languages.
Pete
.
- Follow-Ups:
- Re: what's the bug here ?
- From: Jeff Gaines
- Re: what's the bug here ?
- References:
- what's the bug here ?
- From: pamela fluente
- Re: what's the bug here ?
- From: Jeff Gaines
- what's the bug here ?
- Prev by Date: Re: where is the bug here ? c++ faster than c# ?
- Next by Date: Re: where is the bug here ? c++ faster than c# ?
- Previous by thread: Re: what's the bug here ?
- Next by thread: Re: what's the bug here ?
- Index(es):
Relevant Pages
|