这是书上的代码

源代码在线查看: foo.cpp

软件大小: 91 K
上传用户: zhou28
关键词: 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

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

相关资源