STL读取
代码说明:
#undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0) { } CListNodeOfCPoint3D::~CListNodeOfCPoint3D() { } CPoint3D CListNodeOfCPoint3D::GetData() const { return data; }
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


