22 Mar 14, 01:28PM
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.
--> -->
A good C tool
|
22 Mar 14, 01:28PM
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.
22 Mar 14, 01:34PM
22 Mar 14, 01:36PM
(22 Mar 14, 01:34PM)Vanquish Wrote: http://www.codeblocks.org/Because it's needed to reach my academic degree. :/ By the way, it looks awesome, thanks mate. <3
22 Mar 14, 02:00PM
no problem :D
22 Mar 14, 02:50PM
http://www.bloodshed.net/devcpp.html
I'd say DevC++ is easier to operate.
22 Mar 14, 03:07PM
CodeBlocks is cool but some aspects of it are a pain if I remember correctly.
22 Mar 14, 10:29PM
You can give emacs a try:
https://www.gnu.org/software/emacs/
24 Mar 14, 10:45AM
Yeah Andrez, try out Bloodshed DevC++ it is easiest IDE i've ever seen for programming on C/C++
24 Mar 14, 01:06PM
Vim
24 Mar 14, 01:29PM
Fast and easy: http://www.bloodshed.net/devcpp.html
Less errors. Code Blocks I prefer :- Borland C++ couse my aplications
27 Mar 14, 08:28AM
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.
28 Mar 14, 05:26PM
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 ;)
29 Mar 14, 12:02PM
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. |
« Next Oldest | Next Newest »
|