class employee
{
int empid;
char name[20];
public:
employee()
{
empid=0;
strcpy(name,"zzz")
}
void outputemp()
{
cout<< [31mthis->empid [0m <<endl;
^^^^^^^^^^^
cout<< [31m (*this).name [0m <<endl;
^^^^^^^^^^^^ [1m [34m有人可以告訴我這兩句的意思嗎 [0m
}
}
--
[m [1;37m※ 來源:‧玫瑰園資訊站 bbs.ltc.edu.tw‧[FROM: 61-217-107-125.HINET] [m