Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / October 2004

Tip: Looking for answers? Try searching our database.

C++ for .NET question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jonathan Wilson - 22 Oct 2004 14:06 GMT
Other than the fact that it compiles to .NET IL code instead of to raw x86
assembler, what are the other differences between the C++ for .NET and
regular C++ for x86?

Also, what compiler(s) do you use to compile for .NET and what options are
available for compiling to .NET?
Olaf Baeyens - 22 Oct 2004 14:28 GMT
> Other than the fact that it compiles to .NET IL code instead of to raw x86
> assembler, what are the other differences between the C++ for .NET and
> regular C++ for x86?

Too many details to explain, but it comes to this:
* Far less worrying about memory leaks since that is automated.
* Security is integrated in every class, method, property, which gives
virusses a hard time to misuse the code.
* All .NET programming languages C# VB C++... have one set of class library.
* Mixing C# dll's (assemblies) with C++ and VB is stupidly simple.

> Also, what compiler(s) do you use to compile for .NET and what options are
> available for compiling to .NET?

I use C# and C++ 2003 together to create one program.
C# for fast compiles and none time critical stuff, C++ for unmanaged code
for time critical stuff.

In my opinion it is worthwhile to set the step. But the learning curve for
the integrated security is pretty steep unless you are a professional IT.
;-)

Signature

http://www.skyscan.be


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.