...

/

Embedded Programming and C++

Embedded Programming and C++

This lesson will talk about author's perspective on Embedded Programming with Modern C++

The inventor of C++, Bjarne Stroustrup, FAQ makes it crystal clear that one of the design goals for C++11 was to make C++ even better for the embedded world.

According to Bjarne Stroustrup himself,

“Improved performance and ability to work directly with hardware – make C++ even better for embedded systems programming and high-performance computation.”

As a programmer, I resonate a lot with this statement, since I changed from software development in the middleware area into the embedded world. I began my search for the features in C++11 that are well suited for ...