Hello, world! — Win32

This program demonstrates the basics of programming for Microsoft Windows, simply creating a new window and displaying the text "Hello, world!" inside it. Compare this with the standard C "Hello, world!" program to see how much more code we need for a basic Windows application.

Programming Issues

A Win32 program has two important functions:

Source and Downloads