資源簡介
C++代碼,Cwebpage類,可以用于C++與javascript的交互,具有實際的應用價值
代碼片段和文件信息
/////////////////////////////////////////////////////////////////
//?????????????By?Eugene?Khodakovsky???????????????????????????//
//??????????????????April2002?????????????????????????????????//
//?????????????Eugene@cpplab.com???????????????????????????????//
//????????????Last?Update:?April?2002?????????????????????????//
/////////////////////////////////////////////////////////////////
#include?“stdafx.h“
//#include?“JSCall.h“
#include?“WebPage.h“
#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif
#define?CHECK_POINTER(p)\
ATLASSERT(p?!=?NULL);\
if(p?==?NULL)\
{\
ShowError(“NULL?pointer“);\
return?false;\
}
const?CString?GetSystemErrorMessage(DWORD?dwError)
{
CString?strError;
LPTSTR?lpBuffer;
i
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5749??2010-03-14?21:32??WebPage.cpp
?????文件???????1878??2002-04-30?09:09??WebPage.h
-----------?---------??----------?-----??----
?????????????????7627????????????????????2
- 上一篇:通訊錄MFC 信息錄入、查詢、修改、刪除、保存、顯示
- 下一篇:c++編寫的廣義鏈表
評論
共有 條評論