Can ChatGPT handle obfuscated source code
It started as an unintentional request to ChatGPT. We sometimes obfuscate source code or strings within source code, and we use...
Adding a InputBox() to any c++ program
Introduction There are several building blocks in programming that are available in most of the languages and make life easy. For...
Creating a Console based window for debugging
An article by Michael Haephrati
Sending WhatsApp messages from a Win32 c++ program
Introduction I was looking for a simple API for sending WhatsApp messages to a group of programmers at Secured Globe, Inc. There are...