Dark Bit Factory & Gravity

PROGRAMMING => C / C++ /C# => Topic started by: taj on August 31, 2006

Title: How well does code blocks support plain C
Post by: taj on August 31, 2006
Hi Guys,

Im aware that DevCPP is getting old and unsupported. I'm thinking of downloading and swapping to code blocks but I'd like to know if it supports plain old C well first. Any comments/experience?
Title: Re: How well does code blocks support plain C
Post by: Jim on September 01, 2006
I don't know anything about code blocks.  A lot of people I know are trying the free edition of Microsoft Visual Studio Express for C++.
http://msdn.microsoft.com/vstudio/express/

Jim
Title: Re: How well does code blocks support plain C
Post by: Phoenix on September 01, 2006
Never tried Code::Blocks, but VC2005EE is very good too. I think you should try it out.
Title: Re: How well does code blocks support plain C
Post by: Agent Smith on September 01, 2006
Pelles C is quite good  ;)

http://www.smorgasbordet.com/pellesc/

Or, you might like to try Digital Mars' C compiler...

http://www.digitalmars.com/
Title: Re: How well does code blocks support plain C
Post by: taj on September 01, 2006
I should be more clear, I dont want to change compiler, only IDE. I guess I'll try code blocks.
Title: Re: How well does code blocks support plain C
Post by: Agent Smith on September 01, 2006
Try Eclipse, with the CDT plug-in.

http://www.eclipse.org/
Title: Re: How well does code blocks support plain C
Post by: Clyde on September 01, 2006
Sorry to appear a thicko, is Code Blocks an IDE? And are you asking if it's compatible with programming C with?
Title: Re: How well does code blocks support plain C
Post by: taj on September 02, 2006
:-) its almost certainly me thats being thicko or assuming too much about what people psychically know about my question.

I use gcc for intros and I'm happy with it. I use DevCPP as my IDE and I'm not happy with that. So I'd like another IDE I can use instead of DevCPP. I heard code::blocks was the way to go but I didnt know eclipse had got decent C support. Eclipse seems to be *the* IDE of choice these days so I'll look in that direction. I'll post experiences as I'm sure it'll help others around.

Thanks for the advice everyone.
Title: Re: How well does code blocks support plain C
Post by: Jim on September 02, 2006
Eclipse is only any good for coding java imho

Jim