会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
无尘
记录学习中的点点滴滴!!!
博客园
首页
新随笔
联系
订阅
管理
2010年6月13日
函数指针的神奇
摘要: #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
阅读(236)
评论(0)
推荐(0)
编辑