摘要:
#include using namespace std; int fun(int a) { return a; } typedef int(*funname)(int a); //对照DELPHI // type // funname = function(a: integer): int; // //函数指针数组 //typedef // int(*funarray[3]... 阅读全文
posted @ 2009-01-21 23:28
谭志宇
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号