C / C ++ GUI applications using Visual Studio, but with / without .NET.

I want to learn the C / C ++ GUI of Windows / Linux. Which IDE is more suitable? If I go with Visual Studio .NET, what are the pros and cons of this.

Any development environment that supports both Windows and Linux?

+4
source share
3 answers

The Qt Creator IDE works for both Linux and Windows.

If you need a more universal development environment, Qt can integrate with Eclipse.

+6
source

I think Qt is the best solution for you. This is an intuitive, easy-to-learn GUI library. It is also a cross platform, so you can write programs for Windows, Linux, Mac and phones.

For QT coding, you can use QTCreator or Visual Studio Plugin for QT (Windows only :)). For more information, go to http://qt.nokia.com

+4
source

VS.Net is, of course, the bast development environment I have ever used. You can be incredibly productive.

+2
source

Source: https://habr.com/ru/post/1334040/


All Articles