Home > Theatre Talks >
Using C++ Features for Embedded System Development
Using C++ Features for Embedded System Development
Ravindra Singh
From the introduction of C++14 onwards, there are various C++ features such as templates, constexpr, specialized classes, etc., which provide new ways to develop bare-metal software for embedded systems that is as efficient as, and in some cases more efficient than, a bare-metal C program.