Win32 API Introduction
Programming August 23rd, 2007A 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.
Some other posts that you may like :
Watch it iPhone - Here comes GPhone!So what's special with LHC ' Large Hadron Collider '
Back to the work after a long break
Scientists claim to have broken speed of light
10 Useful Free Services for Bloggers, Optimize Your Content, Drive Traffic
A Recent Blogger Disease : "Digg"
LG 's 3G Video Phone Is Supporting Google
VIA NanoBook $600
Some funny and weird photos
South Park Butters Job Generator

























































Recent Comments