摘要:
#include"stdafx.h"#include <stdio.h>int main(){ const shortint c1 = 49920; const int c2 = 1073742008; //直接定义函数指针 //int (*pf)() = (int (*)())&c2; 其实就是把局部变量当作代码来执行 int/*函数返回类型*/ (*pf/*函数指针名字*/... 阅读全文
posted @ 2010-06-13 20:08
o无尘o
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号