C++中程序调试中有个error C2011: 'Point' : 'class' type ...

C++中程序调试中有个error C2011: 'Point' : 'class' type ...

瀏覽:352
日期:2025-09-28
把声明point这个class的.h文件改成这样 #ifndef POINT_H //如果没有定义POINT_H 这个宏,则编译以下代码...看更多