A good C tool
#1
I'm attending a stupid C course at the university, and I need a C programming tool, that possibly highlights syntax and compiles without using external tools. Not Visual Studio, please.

Thanks.
Thanks given by:
#2
http://www.codeblocks.org/

If it's stupid, why are you attending it? :D
Thanks given by:
#3
(22 Mar 14, 01:34PM)Vanquish Wrote: http://www.codeblocks.org/

If it's stupid, why are you attending it? :D
Because it's needed to reach my academic degree. :/

By the way, it looks awesome, thanks mate. <3
Thanks given by:
#4
no problem :D
Thanks given by:
#5
http://www.bloodshed.net/devcpp.html
I'd say DevC++ is easier to operate.
Thanks given by:
#6
CodeBlocks is cool but some aspects of it are a pain if I remember correctly.
Thanks given by:
#7
You can give emacs a try:
https://www.gnu.org/software/emacs/
Thanks given by:
#8
Yeah Andrez, try out Bloodshed DevC++ it is easiest IDE i've ever seen for programming on C/C++
Thanks given by:
#9
Vim
Thanks given by:
#10
Fast and easy: http://www.bloodshed.net/devcpp.html

Less errors. Code Blocks

I prefer :- Borland C++ couse my aplications
Thanks given by:
#11
I thought DevCpp was abandoned.
Either way I switched to Code::Blocks long ago and haven't looked back.

You'll still need to install a compiler for your IDE (mentioning because you referenced "external tools") Code::Blocks has a version bundled with MinGW if you're on Windows.

Can't remember if it uses Mingw-Get, so you might want to get it manually if you want the most recent version.
Thanks given by:
#12
Hi guys, little update o/
Since I'm now running on Win 8.1, and the old version of DevC++ wasn't working anymore, I switched to Orwell's DevC++, which seems to be very advanced. I recommend it ;)
Thanks given by:
#13
Orwell's DevC++ is a fork of the old abandoned DevC++, so I can imagine that it's more advanced :D

Anyway, I love QtCreator. You don't need Qt (it's a framework like .NET) to develop with it.
Thanks given by: