main 是一般C程序的进入点: int main(int argc, char *argv[ ], char *envp[ ]); { ……} WinMain 则是Windows 程序的进入点: int CALLBACK WinMain(HINSTANCE ...
確定! 回上一頁