d00_ape Posted June 23, 2004 Share Posted June 23, 2004 What really happen when I convert my VS 6.0 (C++) project to a VS .NET project. May I then take advantage of some .NET ?stuff?? Are there any reason for me to start using VS .NET except for a nicer editor? All tips are welcomed! Link to comment Share on other sites More sharing options...
0 Steven Posted June 23, 2004 Share Posted June 23, 2004 Well for C++ You have two options Unmanaged C++ which is pretty much the same stuff as VC++ 6.0. Managed C++ (.NET) which uses the .NET Framework. Link to comment Share on other sites More sharing options...
Question
d00_ape
What really happen when I convert my VS 6.0 (C++) project to a VS .NET project. May I then take advantage of some .NET ?stuff??
Are there any reason for me to start using VS .NET except for a nicer editor?
All tips are welcomed!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts