Reputation: 91
I'm using Visual Studio as my IDE. Will my C++ applications depend on .Net, the way C#, VB.NET and ASP.NET do?
Upvotes: 4
Views: 265
Reputation: 5865
No, only the Visual Studio IDE depends on .NET, not your C++ programs written in it.
(Unless you use .NET libraries of course.)
Upvotes: 7