I'm unable to buy Visual studio. I'm just wondering if there's any other program besides Visual studio that can be used for developing C++ desktop applications.
|
|
Microsoft offers free Windows SDK 7.1 with all compilers, headers and tools (nmake, all compilers, really good debugger etc.) for all supported Windows platforms. It, basically, full version of VS2010 tools without IDE (you have to use command-line one way or another). By the way, it has x64 compilers that are not shipped with VS2010 Express. As an IDE I find Eclipse to be terrific. The amount of features and level of their customization are simply amazing and very useful. You can, most likely, configure Eclipse to run MS SDK command-line tools from it, but I haven't checked it myself. |
|||
|
|
|
Can't go wrong with Visual Studio Express. It's free. |
|||
|
|
|
Ofcourse Visual studio express should be easy and free. And if you need something to use in linux - http://qt.nokia.com/products/platform/qt-for-linux-x11/ |
|||||
|
|
another non-msft option is Eclipse: http://eclipse.org/cdt/ |
|||
|
|
|
Cygwin plus Cygwin Ports gives you a good approximation of the Linux development environment, for free, including the MinGW option (i.e., using GCC to create native Windows executables), Mono, KDevelop etc. etc.. |
|||
|
|
|
QT is fine and cross-plateform. There is a QTCreator IDE with MinGW but you can use a plugin for eclipse to draw your application via eclipse CDT. |
|||
|
|
