Programming Windows: Hello, Windows (Premium)

As you may recall, creating a simple hello, world application in the C programming language for a textual command line environment like MS-DOS (or the Windows Command Prompt) is quick, easy, and readable, even for non-programmers. It looks like so.
#include <stdio.h>

main()
{
   printf("hello, world\n");
}
But as you may also recall, creating even a basic Windows application us...

Gain unlimited access to Premium articles.

With technology shaping our everyday lives, how could we not dig deeper?

Thurrott Premium delivers an honest and thorough perspective about the technologies we use and rely on everyday. Discover deeper content as a Premium member.

Tagged with

Share post

Please check our Community Guidelines before commenting

Windows Intelligence In Your Inbox

Sign up for our new free newsletter to get three time-saving tips each Friday

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Thurrott © 2023 Thurrott LLC