Really?? Is there that much overhead for C++ relative to C?
If the difference was not that big (5-10%??), I would think that it would be perfectly viable in lots of applications, not every application consumes all the RAM.
For example this article
http://en.wikipedia.org/wi
refers to the "shortcomings of C++ for embedded apps", this is only referring to space, eh?
(Going to leave this open to get diverse opinions, will split points with all helpful answers.)
Main Topics
Browse All Topics





by: jkrPosted on 2007-04-18 at 09:29:28ID: 18933007
The main reason is that size does matter. Objects take up more space than plain procedureal C code. Even if that difference is not that big, the aspect of only little RAM compared to dektop systems has a huge impact here.