|
|
|
|
|
by bobmoretti
3403 days ago
|
|
C++, especially modern standards of the language, offer far more than OOP features. /If/ you know the language and tools well, there is no reason that C++ won't be as efficient in space and time as the equivalent C code. C++ offers real gains to be had over C for embedded software, with rich (if a bit cryptic) zero-overhead abstractions, and higher level constructs that can eliminate entire classes of errors. |
|