www.gusucode.com > C++经典语法与应用实例源码源码程序 > C++经典语法与应用实例源码源码程序\code\Test\Test.cpp

    //Download by http://www.NewXing.com
#ifndef POINT_H_H_H
#define POINT_H_H_H
class Point
{
};
#endif

#ifndef POINT_H_H_H
#define POINT_H_H_H
class Point
{
};
#endif


void main()
{
	Point pt;
}