I want to learn C/C++ GUI Windows/Linux programming. Which IDE is more suitable? If I go with Visual Studio.NET, what are the pros and cons of it.
Any IDE that supports both Windows and Linux?
I want to learn C/C++ GUI Windows/Linux programming. Which IDE is more suitable? If I go with Visual Studio.NET, what are the pros and cons of it.
Any IDE that supports both Windows and Linux?
The Qt Creator IDE works for both Linux and Windows.
If you want a more versatile development environment, Qt can integrate with Eclipse.
I think Qt is best solution for you. It is intuitive, easy to learn GUI library. Also it is 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(only for Windows :)). For more information go to http://qt.nokia.com
VS .Net is by far the bast development environment I've ever used. You can be incredibly productive with it.