Pelles C

Jan 29, 2012 at 1:23am
Just wondering if anyone uses Pelles C IDE and if anyone has enoyed using it.
Jan 30, 2012 at 9:24am
Hello,

IMHO Pelles C is a great IDE & compiler for C programming. It is really easy to use und has a good built in documentation. Well, but this is only for C development and hasn't anything to do with C++.

Regards
Feb 17, 2012 at 7:31pm
Is their something wrong with C?
Feb 17, 2012 at 8:45pm
closed account (z05DSL3A)
No. Although people on this forum tend to be dismissive of it...and tend to only think in terms of classes.
Feb 17, 2012 at 10:29pm
I generally have no problem with C, but it feels often awkward to use it (not that that isn't the case with C++).
Feb 18, 2012 at 1:17am
The only thing I don't like about C is that there are no high level features.

BUT

The only thing I like about C is that there are no high level features.

I kid; C is my go-to language (no pun intended). C# is the language I use when I want to start an ambitious project (because of the way I can split the code up into classes), but C is the language I use when I need to write something quick-and-dirty. Even though it hasn't got a reputation for being a fast language in terms of development (in terms of performance it certainly has), I find that if I need to write a short program, C is the best language. It's fast and simple, and very, very flexible.
Feb 18, 2012 at 1:36am
I still can't wrap my head around classes in c++. I understand them in java or c#, just not in c++.
Feb 18, 2012 at 5:51am

I generally have no problem with C, but it feels often awkward to use it (not that that isn't the case with C++).


Funny, I feel that way about C++, but I'm learning. I haven't really done any polymorphism yet, though.
Last edited on Feb 18, 2012 at 5:53am
Feb 18, 2012 at 3:30pm
evanc9606 wrote:
I still can't wrap my head around classes in c++. I understand them in java or c#, just not in c++.
They're almost exactly the same with very few minor differences...what can't you understand about classes in C++ that you can understand about them in Java or C#?
Topic archived. No new replies allowed.