My latest video blog is now available. This time I am looking at an interesting aspect of C++, where there…
My latest video blog is now available. This time I am looking at how parameters are passed to functions in…
My latest video blog is now available. I am looking at compiler optimization and how such a tool can appear…
All C/C++ functions have a single point of entry and it is widely thought that a single point of exit…
I recently came across an excellent book: The Art of Readable Code by Dustin Boswell and Trevor Foucher. As soon…
My latest video blog is now available. I am talking about the C keyword static and its different, rather confusing,…
Next week, Tuesday-Thursday 14-16 March is Embedded World in Nuremberg, Germany. This is the biggest event in the world of…
If your embedded application makes use of a real-time operating system [RTOS], like Nucleus, you will need to learn the…
My latest video blog is now available. I am talking about the use of inline code – a common speed…