To C++ or Not to C++ - That is the question...
For the record, I agree with Dan Saks about the following: (1) that C++ has some strengths vs. C and (2) that the top two of these are "classes with private access control" and "initialization by constructors. I have developed embedded software in both C and C++. Both languages can be abused, especially by those who don't have a full understanding of all the features they are using. However, both languages can also be used to develop reliable embedded software.
Labels: embedded, programming

1 Comments:
Sweet. I agree with the point that both C and C++ are good for embedded systems programming, provided the programmer is skillful. Given an assumption that programmer is skillful, why do you leave out assembly language? Actually I have developed reliable signal processing software in SHARC processor assembly. I think the same can be done for embedded systems.
http://sunnyeves.blogspot.com/
By
Sundar Srinivasan, at August 29, 2009 2:01:00 AM EDT
Post a Comment
Links to this post:
Create a Link
<< Home