Simple WinAPI Window Sample in C++
So to make the title true, this is the code: It’s very simple, and straight to the point. If you create a Win32 Project in Visual Studio (an empty one), add an main.cpp source file and then paste this code into it – it should compile without problems. The program runs with a very basic […]