Use the right tool for the job: embedded programming
Posted
by EmbeddedProg
on Stack Overflow
See other posts from Stack Overflow
or by EmbeddedProg
Published on 2010-05-18T09:19:36Z
Indexed on
2010/05/18
9:20 UTC
Read the original article
Hit count: 156
I'm interested in programming languages well suited for embedded programming. In particular:
Is it possible to program embedded systems in C++? Or is it better to use pure C? Or is C++ OK only if some features of the language (e.g. RTTI, exceptions and templates) are excluded?
What about Java in this domain?
Thanks.
© Stack Overflow or respective owner