c++ vs c++.net

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2004
Posts: 1
Reputation: bob123452 is an unknown quantity at this point 
Solved Threads: 0
bob123452 bob123452 is offline Offline
Newbie Poster

c++ vs c++.net

 
0
  #1
Feb 21st, 2004
i was wondering if there was any difference when you code an application using regular c++ 6 vs c++ .net 2003? Thanks
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 4
Reputation: Darc is an unknown quantity at this point 
Solved Threads: 0
Darc Darc is offline Offline
Newbie Poster

Re: .net

 
0
  #2
Feb 25th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 11
Reputation: Steu is an unknown quantity at this point 
Solved Threads: 2
Steu Steu is offline Offline
Newbie Poster

Re: .net

 
0
  #3
Mar 23rd, 2004
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/cplusp...es/compmig.doc
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 29
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: c++ vs c++.net

 
0
  #4
Apr 4th, 2004
VC++.NET 2003 also features a GUI Form Designer..
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 27
Reputation: srikkanthan is on a distinguished road 
Solved Threads: 0
srikkanthan srikkanthan is offline Offline
Light Poster

Re: c++ vs c++.net

 
0
  #5
May 10th, 2004
See, the information about C++/CLI 2005:


http://msdn.microsoft.com/visualc/de...5/default.aspx
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 19
Reputation: C#Coder is an unknown quantity at this point 
Solved Threads: 0
C#Coder C#Coder is offline Offline
Newbie Poster

Re: c++ vs c++.net

 
0
  #6
Sep 20th, 2004
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!
If you don't know it, learn it ;)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC