Creating your first window
31 Aug 2021 5 minute read 0 comments markork
In this post I will show you how to create your first window using win32 API. It is assumed, that you are already familiar with programming and C programming language. Overview Our application will basically work like this: Firstly we will initialize...