A small win32 application code that was taken from http://www.winprog.org/tutorial/ . Great win32 tutorial for beginners, nowadays I am interested in win32 api programming and found this site from google, here the code piece:

#include <windows.h>

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
MessageBox(NULL, “Goodbye, cruel world!”, “Note”, MB_OK);
return 0;
}

Yes, this is a way of saying “Hello World” in win32 api :)
Maybe I’ll add some small tools in the future if I can learn, it is pretty hard and complicated.

Tags: ,

Some other posts that you may like :

Eye Floaters & Treatment
Spike the Digg at your own peril
Linux and BSD - Why so segregated?
10 Things make you die earlier
Back to the work after a long break
Win32 API Introduction
Apple's Safari 3 browser for Windows
First Order Logic Parser
DPC Cars
Msn Email Address Fetcher (Meaf)