07 2015 档案
摘要:#include int testfunc(void){ printf("just test\n"); return 5;}int main(){ int (*ptr)(void); ptr = testfunc; int c = (*ptr)(); printf...
阅读全文
摘要:windows程序设计示例: 1 #include "windows.h" 2 #pragma comment(lib, "winmm") 3 4 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 5 6 int WINAPI WinMa...
阅读全文
浙公网安备 33010602011771号