Try this sample code #include<windows.h> int main() { MessageBox(0,"Hello","Welcome Message",1); return 0; }. Change the last parameter to ...
確定! 回上一頁