• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 验证码技术登录(提高篇-实例594).zip

资源截图

代码片段和文件信息

// CheckNumber.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CheckNumber.h“
#include “CheckNumberDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCheckNumberApp

BEGIN_MESSAGE_MAP(CCheckNumberApp CWinApp)
//{{AFX_MSG_MAP(CCheckNumberApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCheckNumberApp construction

CCheckNumberApp::CCheckNumberApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       40792  2013-12-02 11:44  CheckNumber.aps
     文件        1448  2013-12-02 13:07  CheckNumber.clw
     文件        2133  2010-07-13 11:34  CheckNumber.cpp
     文件        4250  2013-12-02 11:53  CheckNumber.dsp
     文件         547  2010-07-13 11:34  CheckNumber.dsw
     文件        1379  2010-07-13 11:34  CheckNumber.h
     文件       48640  2013-12-02 13:07  CheckNumber.opt
     文件        5795  2013-12-02 11:44  CheckNumber.rc
     文件        5462  2013-12-02 11:44  CheckNumberDlg.cpp
     文件        1549  2013-12-02 11:43  CheckNumberDlg.h
     文件        3669  2010-07-13 11:34  ReadMe.txt
     文件         919  2010-07-20 20:41  resource.h
     文件         213  2010-07-13 11:34  StdAfx.cpp
     文件        1054  2010-07-13 11:34  StdAfx.h
     文件        5694  2005-10-08 16:28  res\CheckNumber.ico
     文件         403  2010-07-13 11:34  res\CheckNumber.rc2

评论

共有 条评论