which best IDE for learn C

Started by pixels, May 14, 2014, 06:42:33 AM

Previous topic - Next topic

pixels

hi guys

i just have some questions about C language

1 ) which best IDE for build good software
pelles C
NetBeans
eclipse

2 ) pelles is open source code ??


thank you

Bitbeisser

Quote from: pixels on May 14, 2014, 06:42:33 AM
hi guys

i just have some questions about C language
Not sure what any of those questions have to do with the C language, but....
Quote1 ) which best IDE for build good software
pelles C
NetBeans
eclipse
Pelle's C is the only C IDE of those three (and C only). NetBeans and Enclipse are "everything and the kitchen sink" behemoth, independent from the compiler being used...
Quote2 ) pelles is open source code ??
No.

Ralf

pixels

that mean pelles C -NetBeans eclipse same with features and same in fast code
not there any difference between them with Provides libraries and pulg in

DMac

For learning C I recommend Pelle's C.  It's a great IDE with everything you'll need and the compiler is C99 and C11 compliant.

For C++ I would probably lean toward Microsoft's MSVC Visual Studio Express.

For Learning C# I recommend the C# Visual Studio Express or Sharp Develop both of which target that language.

For Learning Java I recommend Eclipse.  It is more nimble than Net Beans (especially if running on older hardware) and once you use it you will find that there are features that you will like that the other IDE might not have.

I have not tried to configure or use any of these IDE's to target another language, even though it is possible to do so.  They tend to favor the language that they were initially designed to support.
No one cares how much you know,
until they know how much you care.

pixels

Quote from: DMac on May 15, 2014, 07:40:58 PM
For learning C I recommend Pelle's C.  It's a great IDE with everything you'll need and the compiler is C99 and C11 compliant.

For C++ I would probably lean toward Microsoft's MSVC Visual Studio Express.

For Learning C# I recommend the C# Visual Studio Express or Sharp Develop both of which target that language.

For Learning Java I recommend Eclipse.  It is more nimble than Net Beans (especially if running on older hardware) and once you use it you will find that there are features that you will like that the other IDE might not have.

I have not tried to configure or use any of these IDE's to target another language, even though it is possible to do so.  They tend to favor the language that they were initially designed to support.

thank you for recommend i prefer stay away from microsfot program i dont like it
understand from you talk pelles it have all features need it any programmer for build large project ?
i see you cancel NetBeans from recommend  HAHA

Bitbeisser

Quote from: DMac on May 15, 2014, 07:40:58 PM
For learning C I recommend Pelle's C.  It's a great IDE with everything you'll need and the compiler is C99 and C11 compliant.
+1
QuoteFor C++ I would probably lean toward Microsoft's MSVC Visual Studio Express.
Visual Studio? Yuk...
I would rather recommend Dev C++ (http://orwelldevcpp.blogspot.com/)
QuoteFor Learning C# I recommend the C# Visual Studio Express or Sharp Develop both of which target that language.
Well who voluntarily wants to learn C#? <BFEG>
QuoteFor Learning Java I recommend Eclipse.  It is more nimble than Net Beans
The words "Eclipse" and "nimble" in the same sentence, that's an oxymoron... <LOL>
One of the problems with Eclipse is that they try to use it for everything, including everything and the kitchen sink. Not really what I would call "nimble"...  ;)

The basic Eclipse IDE, without any compiler/programming language specific add-ons is a mere 200MB, that's 17x of the Pelle's C 64Bit compiler+IDE download size...

Ralf

pixels

Quote from: Bitbeisser on May 15, 2014, 10:54:47 PM
Quote from: DMac on May 15, 2014, 07:40:58 PM
For learning C I recommend Pelle's C.  It's a great IDE with everything you'll need and the compiler is C99 and C11 compliant.
+1
QuoteFor C++ I would probably lean toward Microsoft's MSVC Visual Studio Express.
Visual Studio? Yuk...
I would rather recommend Dev C++ (http://orwelldevcpp.blogspot.com/)
QuoteFor Learning C# I recommend the C# Visual Studio Express or Sharp Develop both of which target that language.
Well who voluntarily wants to learn C#? <BFEG>
QuoteFor Learning Java I recommend Eclipse.  It is more nimble than Net Beans
The words "Eclipse" and "nimble" in the same sentence, that's an oxymoron... <LOL>
One of the problems with Eclipse is that they try to use it for everything, including everything and the kitchen sink. Not really what I would call "nimble"...  ;)

The basic Eclipse IDE, without any compiler/programming language specific add-ons is a mere 200MB, that's 17x of the Pelle's C 64Bit compiler+IDE download size...

Ralf

Pelles have add-ons or pulgin or not ???????????