• 0

Convert from VS 6.0 project to VS .NET project


Question

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.