Like the above user said, all you need to do is use MessageBox.
#include <windows.h> MessageBox(NULL, "Hello!", "Notice", MB_OK | MB_ICONINFORMATION);