Stack.cpp
上传用户:kuqidezhu
上传日期:2022-07-18
资源大小:4151k
文件大小:0k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "07063257_GL.h"
  3. #include "Stack.h"
  4. #ifdef _DEBUG
  5. #undef THIS_FILE
  6. static char THIS_FILE[]=__FILE__;
  7. #define new DEBUG_NEW
  8. #endif
  9. //////////////////////////////////////////////////////////////////////
  10. // Construction/Destruction
  11. //////////////////////////////////////////////////////////////////////
  12. CStack::CStack()
  13. {
  14. }
  15. CStack::~CStack()
  16. {
  17. }