Hi. I am looking for a good C compiler. I am trying to learn programming in C and need an IDE with a compiler that is straightforward and easy to use.
I've tried some compilers but they are too complicated and I don't want to waste time trying to understand different software, I just want to go straight to C programming, click some Run button and run a C program.
Anyone know of any good inexpensive software or any good download for that?
thank you!
What is a good C compiler?
I sincerely believe the best way to learn a programming language is to use a simple text editor and a command-line compiler like gcc (http://www.eclipse.org/cdt/).
However, since you want an IDE, I'd recommend C/C++ Eclipse
(http://www.eclipse.org/cdt/).
Reply:compiler - gcc
IDE - Dev-C++
Reply:Just use gcc. If learning how to use a compiler is too complicated, how do you ever expect to learn how to code?
Reply:The one I downloaded is from bloodshed software - its called Dev-C++
It compiles C++ as well as C. After learning C you will be ready to advance to C++.
http://www.bloodshed.net/
Its pretty easy to use, it has an execute button right on the toolbar.
If you are just getting into learning C, try the flash tutorial "Thinking In C" here:
http://mindview.net/CDs/ThinkingInC/beta...
Don't worry so much about the compilers' advanced functions, just concentrate on learning the code first, then the advanced functions won't be so confusing.
If you have any questions, feel free to email me at "norm at forbiddenjoy dot com"
Reply:Microsoft Visual Studio is actually quite good, enjoy a 180 day free trial.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment