#include " stdafx.h "
#include " Afxwin.h "
#pragma comment(linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
int main( int argc, char * argv[])
{
printf( " Hello World!\n " );
::MessageBox(NULL, " Hi " , NULL, MB_OK);
return 0 ;
}
#include " stdafx.h "
#include " Afxwin.h "
#pragma comment(linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
int main( int argc, char * argv[])
{
printf( " Hello World!\n " );
::MessageBox(NULL, " Hi " , NULL, MB_OK);
return 0 ;
}