#ifndef x
#define x
class Point
{
}
#endif
#ifndef x
#define x
class Point
{
}
#endif
//避免类的重复定义。
#ifndef x
#define x
class Point
{
}
#endif
#ifndef x
#define x
class Point
{
}
#endif
//避免类的重复定义。
1375
7488

被折叠的 条评论
为什么被折叠?