A new release of RedDiamond, version 3.6.4, has been released. You can find AppImage, RPM, and Debian packages here. For those of you unfamiliar with this OpenSource project, it really…
C++
C++ — Never Do’s
No, Never Do isn’t a new loop type though it can be what happens when you ASS-U-ME a default value for a loop variable. These are some things you should…
C++ – Defaults and Deletes – Pt. 3
In this installment for Defaults and Deletes we finish the code for the example program. So far, among the things you have learned is that the default deconstructor does basically…
C++ – Defaults and Deletes – Pt. 2
Before we go much further with this discussion on Defaults and Deletes, I need you to read the section titled Near Heap in this blog post. It’s a short read…
C++ – Defaults and Deletes – Pt. 1
Defaults and Deletes tend to be needlessly confusing for new C++ developers. Trying to learn this topic is why so many put on a diaper and go code Python. Hopefully…