Quote Originally Posted by Dark Anima View Post
Does c++ with VS run against the .net framework?
C++/CLI contains managed extensions that requires the .NET framework. Visual Studio can create these types of projects aswell as unmanaged c++ applications.
Quote Originally Posted by Dark Anima View Post
As there's so many things you can do with c++ but not do with C# or VB, I always thought vc++ and c++ were the same, visual studio was just another compiler. If not, how come those things can't be done in VB or C#, as it's built into the framework? Are visual c++ apps just as slow as any other .net app?
What things that cant be done in VB or C# are you refering to?