What is Science?
Posted Jun 30, 2012 8:28 UTC (Sat) by
khim (subscriber, #9252)
In reply to:
What is Science? by Cyberax
Parent article:
Why learn C? (O'Reilly Radar)
This depends on your design very much. If you've dreamed up nice buzzword-compliant architecture of your project with classes, delegates and other such things then usually C++ code is smaller. If you instead will think about the task on hand and remove all the useless abstractions then often the end result will be less buzzword-compliant yet much smaller.
Of course you can write similar code in C++, but it'll not be "ideomatic C++".
(
Log in to post comments)