This is a tiny bit of code that was my solution to a recent company code-dojo. A bit of background:…
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++…