Introduction To Windows API
Introduction To Windows API
This is Windows API tutorial. This tutorial will teach you the basics and more
advanced topics of programming in Windows API with the C programming
language. It does not cover MFC. (Microsoft Foundation Classes is a widely
used C++ library for developing C++ applications on Windows.) This tutorial
has been created and tested on Windows 7. The examples have been built
using Pelles C compiler. If you plan to read this tutorial, you are advised to
download and install this compiler. (It is a freeware.) If you want to use some
other compiler make sure that is supports the C99 standard.
Windows API:
Base services
Security
Graphics
User interface
Multimedia
Windows shell
Networking
MSDN: