The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on April 05, 2014, 05:21:44 AM

Title: Windows API tutorial
Post by: Vortex on April 05, 2014, 05:21:44 AM
QuoteThis is Windows API tutorial for the C programming language. It is pure Winapi tutorial. It does not cover MFC. After reading this tutorial, you will be able to program non trivial Windows applications. Even if you program in a higher level programming language, this tutorial will give you valuable knowledge of how things work under the hood. Note that this tutorial uses C99.

The examples are built with Pelles C

http://zetcode.com/gui/winapi/
Title: Re: Windows API tutorial
Post by: Gunther on April 05, 2014, 06:13:30 AM
Hi Erol,

Quote from: Vortex on April 05, 2014, 05:21:44 AM
The examples are built with Pelles C

http://zetcode.com/gui/winapi/

good link. Thank you.

Gunther