Here’s the entry point for a series of posts I’ve written about programming. If you have a topic for me to explore, please drop me a line; I would love to discuss it.
Topics I explore are Python, C++, MicroPython, HTML, CSS, JS, BootStrap, NodeRed, MQTT, HTTP and any other acronym I can think of writing down. I find it endlessly fascinating, and I’ve decided to share some of what I’ve discovered or written.
Are C++ Objects Passed By Reference or Value?
Lately, there have been questions on whether C++ passes the...
Read MoreCout vs Printf
Is the Dinosaur Still King? I have used and abused...
Read MoreC++ While and Do While
The Do/While Definition The C++ Do/Do-While loops are 1st class...
Read MoreC++ For Loop
The For Loop Definition The FOR loop in C and...
Read More