John Melek

Senior Software Engineer with over 10 years of experience in designing and developing cutting-edge embedded automotive products. Proficient in C and C++, with a strong passion for delivering innovative solutions that drive business growth.
3 Posts

How to Fix Mastering Variable Declaration in C++

If you’ve ever written C code, you’ve probably encountered the age-old debate: "Where should I declare my variables?" For developers accustomed to modern C (C99+) or...

How to Fix C++ DllMain Not Executing CreateProcess

If you’re struggling with a DLL that refuses to execute CreateProcess in its DllMain function C++, you’re not alone. This issue often stems from subtle mistakes in how...

How to Fix the ‘preLaunchTask’ Error in VSCode: Resolving Issues with C/C++

As a developer, I've encountered my fair share of errors in Visual Studio Code (VSCode). One particularly frustrating error is the "Il preLaunchTask 'C/C++:...