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 u
c is the most common language used in embedded systems.
However, I think C++'s future lies in the embedded system domain. I think the C++0x standards will help in that resepect. So I wouldn't be surprised to see C++ used a lot more in this field.