Linked by Thom Holwerda on Mon 5th Nov 2007 21:47 UTC, submitted by yourabi
Permalink for comment 283007
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-08-27
Before speaking of the evils of compiler dependency and pushing yourself out of the reach of programmers, I'd be interested in the reasons why they think plain and standard C is not good enough?
Pushing out of the reach of programmers? Sounds like pretty poor programmers! While C++ is certainly "meatier" than C, it's not going to be pushing any competent developer away.
I haven't yet read their article, but C tends to be suitable for low level systems programming, while C++ is more suitable for high level applications programming. The fact that they are considering it, tells me that the want (not need, but want) a higher level of abstraction. Namely objects. You can do OO programming in C, but so what? You can do OO programming in assembly! You use C++ because it makes the OO easier!