1.第一个程序:Hello,world! 1 #include<windows.h> 2 3 int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow ) 4 { 5 Read More
posted @ 2017-09-05 21:47 920101yz Views(1191) Comments(0) Diggs(1) Edit