One thing I noticed while searching for a simple, generic and pure C++ Timer class online, was the huge amount of answers that were floating around and none of them fit the exact description I was looking for. As a Qt Framework user I wanted to have something as close to QTimer as possible, or maybe even something like Timer class in .NET Framework and C# language. Well, I ended up writing one myself using what I could gather and this post is the summary of it all.
Continue reading “Creating a Pure C++11 Generic Timer Class”WinShut v1.0 (Lightweight Shutdown Scheduler for Windows)
WinShut is a Windows program that allows Scheduled Shutdown of your computer. You only need to set a date and time and toggle a check box. It is completely free and very easy to use.
Continue reading “WinShut v1.0 (Lightweight Shutdown Scheduler for Windows)”