Archive for May, 2025

Synergy Homeopathic has released an upgraded version of their earlier “Synergy SHS” software in the name of “Synergy Viva”. The main improvement in this release is the ability to add-on optional modules. I upgraded to the new release about a week ago and opted for the “Genie” add-on. What is special about “Genie”? According to […]

Smart Pointers in C++ are elegant abstractions for managing dynamic memory safely, avoiding dangling pointers and preventing leaks. While std::unique_ptr and std::shared_ptr are well understood and widely used, std::weak_ptr often demands a deeper dive to use correctly. In this article, I will attempt to explain what it is and where it is useful. Some basics […]
Recent Comments