Use the right tool for the job: embedded programming

后端 未结 8 1645
[愿得一人]
[愿得一人] 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:31

    More often than not in embedded systems, the language you're programming in is determined by which compiler is actually available.
    If you're hardware only has a C compiler, that's what you're going to use. IF it has a decent C++ compiler than there is really no reason to prefer C over C++.
    I would dare say that Java isn't a very popular choice in embedded systems.

提交回复
热议问题