Stack.cpp
资源名称:aa.rar [点击查看]
上传用户:kuqidezhu
上传日期:2022-07-18
资源大小:4151k
文件大小:0k
源码类别:
3D图形编程
开发平台:
Visual C++
- #include "stdafx.h"
- #include "07063257_GL.h"
- #include "Stack.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CStack::CStack()
- {
- }
- CStack::~CStack()
- {
- }