954,123 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

c++ vs c++.net

i was wondering if there was any difference when you code an application using regular c++ 6 vs c++ .net 2003? Thanks

bob123452
Newbie Poster
1 post since Feb 2004
Reputation Points: 10
Solved Threads: 0
 

the VSC++ .NET (AKA 7.0) can compile Win32 apps just like C++ 6. I find it to be a much easier compiler to use and just look at. VSC++ .NET also has capabilities to make .NET applications which use the .NET framework and is basically a completely different language.

Darc
Newbie Poster
4 posts since Feb 2004
Reputation Points: 11
Solved Threads: 0
 

Yeah what Darc has said, also they made some improvements to the compiler so that it is more standards complient and such. Here is a link to some of the changes http://www.gotdotnet.com/team/cplusplus/articles/compmig.doc

Steu
Newbie Poster
11 posts since Mar 2004
Reputation Points: 12
Solved Threads: 2
 

VC++.NET 2003 also features a GUI Form Designer..

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 
srikkanthan
Light Poster
27 posts since May 2004
Reputation Points: 42
Solved Threads: 0
 

Please note that if you want to use good ol' C++, aka without the CLR and completely unmanaged code, make sure that it's a Win32 project under the C++ project types. If it says .Net in it, then the code compiles for use with the CLR and is fully managed. That means that if you require MFC or ATL, you should use the Win32 projects, and if you want to use System.Windows.Forms you should use .Net.

Hope that helps!

C#Coder
Newbie Poster
19 posts since Sep 2004
Reputation Points: 11
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You