|
-
Interpreted Language
With .Net's new paradigm, does this mean that a developer will no longer be
able to create a non-interpreted program? Will VS.Net support win32 api
and mfc programming? I know that the availability of more powerful computers
knocks out the drawback of interpreted languages (i.e. interpreted languages
are inherently slower), but what about those cases where a programmer wants
to make his code just a little bit faster?
-
Re: Interpreted Language
Michael,
Great question! All of .NET will be interpreted. However, you will be able
to use native APIs or custom C++ DLL APIs by using the "unmanaged" element
of .NET. It will be very similar to the way you use the API through VB today
(Declare statements). So yes, you will still be able to write fast code in
C++ and call it from your .NET components. :-)
Thanks,
Jonathan
"Michael Brown" <mbrown@wso.williams.edu> wrote in message
news:3a147ccb$1@news.devx.com...
>
> With .Net's new paradigm, does this mean that a developer will no longer
be
> able to create a non-interpreted program? Will VS.Net support win32 api
> and mfc programming? I know that the availability of more powerful
computers
> knocks out the drawback of interpreted languages (i.e. interpreted
languages
> are inherently slower), but what about those cases where a programmer
wants
> to make his code just a little bit faster?
Similar Threads
-
By Mike Tsakiris in forum .NET
Replies: 11
Last Post: 10-04-2002, 05:32 PM
-
By Larry Serflaten in forum .NET
Replies: 77
Last Post: 04-05-2002, 04:34 PM
-
By Jonathan Allen in forum .NET
Replies: 10
Last Post: 03-11-2002, 05:41 PM
-
By Jason Thorn in forum .NET
Replies: 8
Last Post: 02-12-2001, 12:03 PM
-
By Julio C. Silva in forum .NET
Replies: 1
Last Post: 11-15-2000, 03:43 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks