QB45 Forums
Party like you didn't do in 1999.

Programming Talk - View Post
Anything related to programming under the sun

Robert Claypool
NORMAL

Posts: 19
small windows programming.
Posted by Robert Claypool, on Aug 30th, 2005
#include <windows.h>
void start()
{
MessageBox(0, "Hello", "World", MB_OK);
ExitProcess(0);
}

cl hello.c /link /subsystem:windows /entry:start KERNEL32.LIB USER32.LIB

Back to Programming Talk

Replies:
There are no replies to this message

Post a reply:







All content copyrighted 2004, All rights reserved.