中国象棋网络版

源代码在线查看: f.cpp

软件大小: 220 K
上传用户: novelty1234
关键词: 网络
下载地址: 免注册下载 普通下载 VIP

相关代码

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

相关资源