typedef int (* lpAddFun)(int ,int); 这个是引入一个函数 如果是个变量 int i; 是下面这么写吗? typedef int MyInt;
如果是个结构体数组呢 extern employee DLLIMPORT emclassaemployee[22];
在工程里面怎么引入?
typedef employee myemploee;
是这样吗? 可是编译不能通过