DataManager.cpp
上传用户:wangdan
上传日期:2022-06-30
资源大小:739k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. // DataManager.cpp: implementation of the CDataManager class.
  2. //数据管理类
  3. //王健
  4. //2002年12月21日
  5. //////////////////////////////////////////////////////////////////////
  6. #include "stdafx.h"
  7. #include "Test1.h"
  8. #include "DataManager.h"
  9. #ifdef _DEBUG
  10. #undef THIS_FILE
  11. static char THIS_FILE[]=__FILE__;
  12. #define new DEBUG_NEW
  13. #endif
  14. //////////////////////////////////////////////////////////////////////
  15. // Construction/Destruction
  16. //////////////////////////////////////////////////////////////////////
  17. CDataManager::CDataManager()
  18. {
  19. }
  20. CDataManager::~CDataManager()
  21. {
  22. }