943,495 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 9956
  • ASP.NET RSS
Feb 21st, 2004
0

c++ vs c++.net

Expand Post »
i was wondering if there was any difference when you code an application using regular c++ 6 vs c++ .net 2003? Thanks
Reputation Points: 10
Solved Threads: 0
Newbie Poster
bob123452 is offline Offline
1 posts
since Feb 2004
Feb 25th, 2004
0

Re: .net

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.
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Darc is offline Offline
4 posts
since Feb 2004
Mar 23rd, 2004
0

Re: .net

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
Reputation Points: 12
Solved Threads: 2
Newbie Poster
Steu is offline Offline
11 posts
since Mar 2004
Apr 4th, 2004
0

Re: c++ vs c++.net

VC++.NET 2003 also features a GUI Form Designer..
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
May 10th, 2004
0

Re: c++ vs c++.net

See, the information about C++/CLI 2005:


http://msdn.microsoft.com/visualc/de...5/default.aspx
Reputation Points: 42
Solved Threads: 0
Light Poster
srikkanthan is offline Offline
27 posts
since May 2004
Sep 20th, 2004
0

Re: c++ vs c++.net

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!
Reputation Points: 11
Solved Threads: 0
Newbie Poster
C#Coder is offline Offline
19 posts
since Sep 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: can a vector take array of char(char *)
Next Thread in ASP.NET Forum Timeline: .NET challenged... at least that's what my therapist said.





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC