There are many C ++ IDEs. However, I find Visual Stuido (Visual Studio 2010 Pro) the most comfortable, perhaps because I spent a lot of time on it. The problem is that I really do not like .NET-dependent products both in speed and in compatibility.
I think there is no way to compile VB and C # codes without .NET dependency (please correct me if I am wrong). In C ++, is there a way to use the VS IDE with all its features, such as autocomplete, GUI design, etc., while preserving all unmanaged codes so that .NET is not required?
theGD
source share