As I am on vacation this week, I thought that I would leave behind a short note, which might provoke…
Something that I have discovered over the years is a great pleasure. When I am giving information – presenting, teaching,…
I am [mostly] a fan of using C++ for embedded applications. I believe its use needs care and I have…
A common compiler optimization is the inclusion of a function’s code at the location(s) from where the function is called,…
I like being right. Who does not? I am also interested in programming languages. Part of their appeal is that,…
When you use a function in C/C++ [or most other programming languages] you are likely to pass it some parameters…
The idea of inlining code – placing the actual code of a small function at each call site – is…
What is the key objective when you write some code? The obvious answer is that you want to impart some…
I am interested in programming languages in general and particularly as they apply to embedded systems programming. I have written…