Tag.cpp
上传用户:yklx818
上传日期:2013-04-13
资源大小:459k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Tag.cpp: implementation of the CTag class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "Draw.h"
  6. #include "Tag.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CTag::CTag();
  16. CTag::~CTag();