第1章 起步

在第一章起步的学习过程中接触到第一windows界面程序

#include<windows.h>

int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR pCmdLine, int iCmdShow){
    MessageBox(nullptr, "Hello Windows 7!", "fengyucoding", MB_OK);
    return 0;
}

 

posted @ 2019-03-13 22:16  楓羽  阅读(124)  评论(0编辑  收藏  举报