Wednesday, 3 June 2026

The Return of C++

The Microsoft C/C++ Optimizing Compiler is making a comeback. 

Building an EXE with a decent UI is as easy as this two step process:

1. Opening "Developer Command Prompt" in Windows (hit windows key and type "Developer..")

2. cl /EHsc mySuperUI user32.lib gdi32.lib

Bye bye heavy frameworks which rely on Windows API functions anyway.

No comments: