Vector.cpp
资源名称:HeShi.rar [点击查看]
上传用户:bjzhifu888
上传日期:2013-01-22
资源大小:136k
文件大小:1k
源码类别:
STL
开发平台:
Visual C++
- // Vector.cpp: implementation of the CVector class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "s045508.h"
- #include "Vector.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CVector::CVector()
- {
- }
- CVector::~CVector()
- {
- }