第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; }
-Wl,--subsystem,windows,用来取消控制台