Best Compiler for C Learner ?

KHR

Elite Member
Jr. VIP
Joined
Dec 9, 2013
Messages
4,700
Reaction score
1,635
Hello,

What one is the best compiler for C for 1st Level Learner ? I am Planning to use CodeBlocks but its not updating, Last update Dec 2013.

Thanks in Advice.
 
Bumping for Advice.
 
Codeblocks is not a compiler, it is an IDE.

For something simple try Dev C++ , or try Visual Studio.


Do you use Windows?
 
Codeblocks is not a compiler, it is an IDE.

For something simple try Dev C++ , or try Visual Studio.


Do you use Windows?
Yes, I am using Windows.

Thanks
 
Best thing that I can recommend is to go to EDX and take the free HarvardX CS50 course a, they have a configured virtual environment for a total newbie to learn C and few more languages.

PS: CS50 is more steered towards software engineering
 
[h=3]Been Coding for years, Here's my top 3 IDE For C/C++

KDEVELOP

[/h]Kdevelop is an open source plugin extension IDE for C/C++ and other languages. It is based on KDevPlatform, an open-source set of libraries that can be used as a foundation for IDE.


[h=3] ANJUTA
[/h]Anjuta Devstudio is another great development studio with advanced programming facilities, including project management, an application wizard, interactive debugger, source editor, version control, GUI designer, profiler, and much more. This tool provides a great and powerful developer user interface for C/C++ programmers.


[h=3] CODE BLOCKS
[/h]Code Block is one of the most popular and free open source IDE for C and C++ users. This IDE has all of the features that a developer needs such as an efficient user interface, compiling and debugging functionalities, and so much more.

 
Codeblocks is not a compiler, it is an IDE.

For something simple try Dev C++ , or try Visual Studio.


Do you use Windows?

And neither is Visual Studio, and Dev C++...

Been Coding for years, Here's my top 3 IDE For C/C++ ...

Anybody who has been coding for years would know the difference between a compiler and an IDE. You haven't mentioned ANY compilers like OP asked for.

Does anybody know what a compiler is on this forum? :S

The best compiler for learning C I would say is gcc. Why? It's easy to use, it's a commonly used compiler, it supports a lot of the newer standards, whereas Microsoft's compiler provided with Visual Studio does not.
 
Does anybody know what a compiler is on this forum? :S
Do you seriously think a C beginner would be looking for the best compiler or the best IDE? He might have said compiler, but he meant IDE.
 
If someone is new to programming, why would you want to learn C? Because you want to learn something that you cannot (99%, unless you are already a programmer and know why you want to learn C) use afterwards?
 
Do you seriously think a C beginner would be looking for the best compiler or the best IDE? He might have said compiler, but he meant IDE.

I was talking about the difference between an IDE and a compiler?

Also, yes I would say that he's looking for the best *something* (whether it's IDE or compiler) because it is implied by the title of this thread: "Best Compiler for C Learner ?".

For Windows, it's hands down Visual Studio. And probably the easiest for a beginner to use too, because even though it has a ton of features that he will probably never use, it makes it the easiest to compile, debug, and deploy your output executable.
 
Last edited:
And neither is Visual Studio, and Dev C++...



Anybody who has been coding for years would know the difference between a compiler and an IDE. You haven't mentioned ANY compilers like OP asked for.

Does anybody know what a compiler is on this forum? :S

The best compiler for learning C I would say is gcc. Why? It's easy to use, it's a commonly used compiler, it supports a lot of the newer standards, whereas Microsoft's compiler provided with Visual Studio does not.

lol i was thinking the same when reading all replies. was already thinking of writing a similar reply mentioning gcc when i saw yours :P
kudos
also +1 to visual studio as IDE especially for a beginner.
 
GCC, Dev-C++,Eclipse C/C++ Development Tools,Borland C++ Compiler 5.5,Open Watcom
 
I have always used Dev C++. Depends on what you ultimately feel comfortable with.
 
Back
Top