c语言模拟window系统调用回调函数的过程
#include #include using namespace std;int getTime(){ return clock() / CLOCKS_PER_SEC;}void debug(int num)//回调函数,这个函数模拟处理windows的不同消息,相当于win32的窗口过程处理函数windowProc{ switch (num) { case 1: