Comment by bboygravity
6 months ago
Can confirm pretty much the entire embedded systems world uses either C or C++.
That's probably most devices in the world.
6 months ago
Can confirm pretty much the entire embedded systems world uses either C or C++.
That's probably most devices in the world.
It used to be C++ would be the last choice for embedded...
Modern C++ with constexpr and friends and the massive work and cunning they have put into avoiding template bloat....
...C++ is now my first choice for embedded.