In article <4788bd45$0$2109$edfadb0f@dtext02.news.tele.dk>, "Ole Nielsby" <ole.nielsby@tekare-you-spamminglogisk.dk> wrote:
Lars Uffmann <aral@nurfuerspam.de> wrote:
I would like to avoid Visual Studio (have been suggested that in the
past), and preferably use something that includes the gnu compiler (for
license reasons and for being - afaik - the best c-compiler around).
I use VC Express/wxWidget and doublecheck my code with
GCC occasionally. That way, I get the ease of VS debugging,
and code that works with both compilers.
VC Express is Visual Studio, though what you say makes sense. I've used it and
Eclipse (on Windows), which uses gcc/g++ via cygwin. (It can be configured to
use ming).
Eclipse gives you some portability.
I've been doing Java development for 10 years and recently returned to C++. I
develop applications in C++ for AIX in my new job. I'm underwhelmed with VC
Express/VS and Eclipse. Both are adequate IDES. VCE/VS are primarily for doing
Windows development. They probably are good at that, but I'm not qualified to
comment. But getting a console project setup is not intuitive. I find that
most things work fine, but then I run into a usability issue.
I usually create an empty console application and that works fine. Of
a bit much for small apps.