是数据结构实习很好的参考范本

源代码在线查看: static.cpp

软件大小: 157 K
上传用户: alin
关键词: 数据结构 实习 范本
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Static.cpp: implementation of the CStatic class.
				//
				//////////////////////////////////////////////////////////////////////
				
				#include "stdafx.h"
				#include "shixi07621.h"
				#include "Static.h"
				
				#ifdef _DEBUG
				#undef THIS_FILE
				static char THIS_FILE[]=__FILE__;
				#define new DEBUG_NEW
				#endif
				
				//////////////////////////////////////////////////////////////////////
				// Construction/Destruction
				//////////////////////////////////////////////////////////////////////
				
				CStatic::CStatic()
				{
				
				}
				
				CStatic::~CStatic()
				{
				
				}
				
				CStatic::SetBitmap()
				{
				 
				  
				}
							

相关资源