vote up 17 vote down star
3

This is not a question about which of the two languages is better than the other. I myself can't really decide. Pros and cons as always I guess.

Also, if you feel you always would prefer C over C++, this poll is not for you :-).

However, when I work in C projects I usually feel I'm missing a few language constructs more than others, which can be found in C++.

For example, I usually miss (the obvious) classes, but seldomly templates (I always miss STL, but wouldn't call it a language construct).

What do you miss when you have to use C instead of C++?

flag
1  
A side note: One can program Java in Python and for the most time it is a bad practice. Each language has its own suitable mindset. Besides similarity in syntax C and C++ are different languages. Remembering that could help miss a fewer things while switching between languages. – J.F. Sebastian Oct 17 '08 at 15:49

31 Answers

prev 1 2
vote up 0 vote down

The same things I would miss if I had to program in the unnamed language instead of C++. C and C++ might have common keywords (as do javascript and java), one might have evolved from the other (as did D from C++), but when I code C I take fundementally different approaches to the problem. So the answer would be Mu.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.