摘要: 1 #include 2 using namespace std; 3 4 void show(int a); 5 int main(int argc, char *argv[]) 6 { 7 void (* pfunc)(int a) = NULL; 8 pfunc = sh... 阅读全文
posted @ 2014-02-23 22:28 秋月的私语 阅读(654) 评论(0) 推荐(0) 编辑