D vs. C#

Vladimir Panteleev thecybershadow at gmail.com
Mon Oct 22 11:41:26 PDT 2007


On Mon, 22 Oct 2007 21:22:50 +0300, Walter Bright <newshound1 at digitalmars.com> wrote:

> Except that .net cannot talk to C or C++ code, which are the usual languages for applications.

.NET (at least C#) can call native code in DLLs. Unlike Java, you can also define the exact layout of structures, and thus share data structures with native code.

-- 
Best regards,
 Vladimir                          mailto:thecybershadow at gmail.com



More information about the Digitalmars-d mailing list