Use the right tool for the job: embedded programming

后端 未结 8 1628
[愿得一人]
[愿得一人] 2020-12-23 22:47

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

8条回答
  •  感情败类
    2020-12-23 23:25

    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.

提交回复
热议问题