New Visual Studio

G

Guest

All right, in all reality what is the advantage of purchasing .NET 2003. I
use C++ and frankly all the articles I found were based on changes with
VB.NET I mean is it really worth it especially with .NET 2005 coming out so
soon?
 
K

Kurt Krueckeberg

All right, in all reality what is the advantage of purchasing .NET 2003. I
use C++ and frankly all the articles I found were based on changes with
VB.NET I mean is it really worth it especially with .NET 2005 coming out
so
soon?

The advantage of purchasing .NET 2003, if you use VC, is the new support
for partial template instantiation. This can cut down on code bloat, among
other things.
 
R

RBischoff

Hello andrewhunter,

I would definitely hold out for VS 2005 if you plan on doing .NET projects
with C++. MS calls it the "New C++" ( new C++/CLI), which it is compared
to Managed C++. The new support for C++ in .NET has put C++ equal with C#
as a tool for .NET development. C++.NET also has features that C# doesn't
have, to learn more check out the numerous articles at http://msdn.microsoft.com/visualc/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top