摘要: 学习函数指针的应用 ,简单demo#include "stdafx.h"#include "SubClass.h";//函数指针typedef int (*Operation)(int a,int b);//定义int 类型函数指针typedef struct _str{ int result; O... 阅读全文
posted @ 2015-01-12 17:05 lance2008 阅读(280) 评论(0) 推荐(0) 编辑