資源簡介
C++ 如何判斷一個表是否存在(提高篇-實例270).zip
代碼片段和文件信息
//?IsTable.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“IsTable.h“
#include?“IsTableDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CIsTableApp
BEGIN_MESSAGE_MAP(CIsTableApp?CWinApp)
//{{AFX_MSG_MAP(CIsTableApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CIsTableApp?construction
CIsTableApp::CIsTableApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CIsTableApp?object
CIsTable
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1106??2007-08-21?15:46??IsTable.clw
?????文件????????2119??2007-08-21?15:46??IsTable.cpp
?????文件????????4177??2007-08-21?15:46??IsTable.dsp
?????文件?????????537??2007-08-21?15:46??IsTable.dsw
?????文件????????1335??2007-08-21?15:46??IsTable.h
?????文件??????286208??2007-08-21?15:46??IsTable.opt
?????文件????????5284??2007-08-21?15:46??IsTable.rc
?????文件????????5171??2007-08-21?15:46??IsTableDlg.cpp
?????文件????????1450??2007-08-21?15:46??IsTableDlg.h
?????文件????????3597??2007-08-21?15:46??ReadMe.txt
?????文件?????????731??2007-08-21?15:46??resource.h
?????文件?????????209??2007-08-21?15:46??StdAfx.cpp
?????文件????????1178??2007-08-21?15:46??StdAfx.h
?????文件????????1078??2007-08-21?15:46??res\IsTable.ico
?????文件?????????399??2007-08-21?15:46??res\IsTable.rc2
- 上一篇:C++ 設(shè)置文件夾圖標
- 下一篇:C++ 獲取xm
l文件中的內(nèi)容
評論
共有 條評論