/ Published in: C
For MinGW or Cygwin, compile wth -mwindows option to get rid of console.
Try replacing the MBOK with MBOKCANCEL and see what happens.
Expand |
Embed | Plain Text
#include <windows.h> int main(){ MessageBox( 0, "Hello world!", "Zufolek rules the universe", MB_ICONASTERISK | MB_OK ); return 0; }
You need to login to post a comment.
