Disclaimer: This post contains a lot of code. For reasons of brevity I’ve left out several bit’s that should be…
A common problem in embedded programming is that we need to ensure, that there is always memory available for certain…
Part one of the “memorysafe C++” series will look at how std::optional can help us to write safer code, that…
Most of the embedded world is still stuck in C – a language that is nearing it’s 50th birthday. C++…