D:\gcc\bin>g++ pro\4-11.cpp -o exec\4-11
C:\DOCUME~1\lenovo\LOCALS~1\Temp\ccmqbaaa.o(.text+0x110):4-11.cpp: undefined ref
erence to `Rect::~Rect(void)'
C:\DOCUME~1\lenovo\LOCALS~1\Temp\ccmqbaaa.o(.text+0x155):4-11.cpp: undefined ref
erence to `Rect::~Rect(void)'
什么意思?
參考答案:试
CRect::~Rect(void)
class 名 可能是CRect
错误信息是“寻址错”。