944,087 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 2179
  • C RSS
You are currently viewing page 1 of this multi-page discussion thread
Oct 19th, 2009
0

Best Windows IDE for C

Expand Post »
Hey

I know gcc is problably the best natural complier for C but Im looking for a IDE. I cant use Visual Studio 2008 (which Id like to) as it uses it own compiler. I was using wx-dev (I believe it is called like that) and it is pretty good. I was told about Eclipse but it just sucks because it is confusing (Java; Figures). The debugger also needs to be compatibile with gdb.

Thanks
Similar Threads
Reputation Points: 49
Solved Threads: 1
Posting Whiz
riahc3 is offline Offline
306 posts
since May 2008
Oct 19th, 2009
0
Re: Best Windows IDE for C
you can use code blocks it's cool
Reputation Points: 34
Solved Threads: 7
Posting Whiz in Training
MrNoob is offline Offline
218 posts
since May 2009
Oct 19th, 2009
1
Re: Best Windows IDE for C
Click to Expand / Collapse  Quote originally posted by MrNoob ...
you can use code blocks it's cool
I concur - Codeblocks is good.

But I use Eclipse far more often as it has support for other languages that I use (for work and for play). So for me, it's a "one-stop" shop as far as an IDE is concerned. And it's not too bad to configure for C development. I use the MinGW toolchain in combination with gdb. The debugger has some minor issues that should hopefully be sorted out soon - but generally speaking the set up works well enough.
Reputation Points: 651
Solved Threads: 35
Posting Whiz in Training
yellowSnow is offline Offline
201 posts
since Jul 2009
Oct 19th, 2009
0
Re: Best Windows IDE for C
Click to Expand / Collapse  Quote originally posted by yellowSnow ...
I concur - Codeblocks is good.

But I use Eclipse far more often as it has support for other languages that I use (for work and for play). So for me, it's a "one-stop" shop as far as an IDE is concerned. And it's not too bad to configure for C development. I use the MinGW toolchain in combination with gdb. The debugger has some minor issues that should hopefully be sorted out soon - but generally speaking the set up works well enough.
Eclipse simply sucks for C. Period. Configuring it is difficult.
Reputation Points: 49
Solved Threads: 1
Posting Whiz
riahc3 is offline Offline
306 posts
since May 2008
Oct 19th, 2009
2
Re: Best Windows IDE for C
Quote ...
I cant use Visual Studio 2008 (which Id like to) as it uses it own compiler.
Most IDEs, including Visual Studio, can be configured to use a different compiler. I am wondering why you think gcc is the best C compiler. It is certainly good, but not really much better than the other popular alternatives, in my opinion. I would say the best is Comeau because it conforms to the latest standards of both C and C++. The only problems with Comeau are it is not free, and it is only a front-end compiler, so it is not as easy as install and go.

If you will not consider anything but gcc, I think Code::Blocks is your best option. MinGW comes packaged with gcc as the default compiler, installation is a snap, and the IDE is pretty good.
Reputation Points: 1446
Solved Threads: 135
Practically a Master Poster
Tom Gunn is offline Offline
681 posts
since Jun 2009
Oct 19th, 2009
0
Re: Best Windows IDE for C
code::blocks with mingw, gcc
Reputation Points: 10
Solved Threads: 0
Light Poster
OSiRiSsk is offline Offline
28 posts
since Oct 2009
Oct 19th, 2009
0
Re: Best Windows IDE for C
I'm old school GVim/Vim
Reputation Points: 499
Solved Threads: 367
Postaholic
gerard4143 is online now Online
2,197 posts
since Jan 2008
Oct 19th, 2009
0
Re: Best Windows IDE for C
Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
Most IDEs, including Visual Studio, can be configured to use a different compiler.
Really? Then how can I set in VS 2008 to use gcc and gdb as the debugger (including the rest of the minigw compilation which is the port of gcc to windows)

Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
I am wondering why you think gcc is the best C compiler.
Simply because it conforms to the regular standards of C and it is free.

Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
I would say the best is Comeau because it conforms to the latest standards of both C and C++. The only problems with Comeau are it is not free, and it is only a front-end compiler, so it is not as easy as install and go.
(I have never heard of the Comeau complier)
1: It is not free
2: It is not the easiest to install so that automatically makes it lose points
Reputation Points: 49
Solved Threads: 1
Posting Whiz
riahc3 is offline Offline
306 posts
since May 2008
Oct 19th, 2009
0
Re: Best Windows IDE for C
Quote ...
Then how can I set in VS 2008 to use gcc and gdb as the debugger
I am not qualified to answer that since I have not done it. But I know it can be done, so you can probably find instructions with a web search.

Quote ...
Simply because it conforms to the regular standards of C and it is free.
Every C compiler I know of in regular use conforms to C89, and C89 is still the defacto standard for C. The only C compiler I know of that conforms completely to C99 is Comeau. Gcc does not yet conform to C99, and unless they have fixed it, many of the custom extensions conflict with equivalent C99 features and make conformance either very fragile or impossible. It is in a better state than VC, where Microsoft has said they have no plans for conforming to C99, but partial conformance is still a portability issue.

Quote ...
1: It is not free
2: It is not the easiest to install so that automatically makes it lose points
Picky picky. I still think Code::Blocks is your best bet, but I also think Visual C++ is the best IDE hands down.
Reputation Points: 1446
Solved Threads: 135
Practically a Master Poster
Tom Gunn is offline Offline
681 posts
since Jun 2009
Oct 19th, 2009
0
Re: Best Windows IDE for C
Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
I am not qualified to answer that since I have not done it. But I know it can be done, so you can probably find instructions with a web search.
OK....


Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
Every C compiler I know of in regular use conforms to C89, and C89 is still the defacto standard for C. The only C compiler I know of that conforms completely to C99 is Comeau. Gcc does not yet conform to C99, and unless they have fixed it, many of the custom extensions conflict with equivalent C99 features and make conformance either very fragile or impossible. It is in a better state than VC, where Microsoft has said they have no plans for conforming to C99, but partial conformance is still a portability issue.
Exactly. I want the best complier that is compatible with C89. I have no intrest in C99.

Click to Expand / Collapse  Quote originally posted by Tom Gunn ...
Picky picky. I still think Code::Blocks is your best bet, but I also think Visual C++ is the best IDE hands down.
Well if im "picky picky", then I invite you to go ahead and buy the complier for me and donate to me.

If I could get Visual C++ to use the gcc complier and the gdb debugger, that would be great.
Reputation Points: 49
Solved Threads: 1
Posting Whiz
riahc3 is offline Offline
306 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: need help with atoi
Next Thread in C Forum Timeline: Help With Making A Shell





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC