摘要:
例:
class test1;
class test;
typedef char (test::*PT)();
typedef int (test1::*PT1)();
class test1
{
public:
int R_1(){return 1;}
int R_2(){return 2;}
};
enum TR{R_a,R_b};
enum T1R{R_1,R_2};
test1 test_1;
阅读全文
posted @ 2007-01-03 18:43
window07
阅读(1507)
评论(2)
推荐(0)

浙公网安备 33010602011771号