• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-获取字符在字符串中最后出现的(入门级实例182).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetStringLastPos.h“
#include “GetStringLastPosDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetStringLastPosApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetStringLastPosApp construction

CGetStringLastPosApp::CGetStringLastPosApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1271  2007-05-11 11:42  GetStringLastPos\GetStringLastPos.clw
     文件        2203  2007-05-11 10:44  GetStringLastPos\GetStringLastPos.cpp
     文件        4339  2007-05-11 10:44  GetStringLastPos\GetStringLastPos.dsp
     文件         557  2007-05-11 10:44  GetStringLastPos\GetStringLastPos.dsw
     文件        1434  2007-05-11 10:44  GetStringLastPos\GetStringLastPos.h
     文件        5569  2007-05-11 11:35  GetStringLastPos\GetStringLastPos.rc
     文件        5019  2007-06-07 08:55  GetStringLastPos\GetStringLastPosDlg.cpp
     文件        1476  2007-05-11 10:45  GetStringLastPos\GetStringLastPosDlg.h
     文件         786  2007-05-11 11:35  GetStringLastPos\resource.h
     文件         218  2007-05-11 10:44  GetStringLastPos\StdAfx.cpp
     文件        1054  2007-05-11 10:44  GetStringLastPos\StdAfx.h
     文件        5694  2005-10-08 16:28  GetStringLastPos\res\GetStringLastPos.ico
     文件         408  2007-05-11 10:44  GetStringLastPos\res\GetStringLastPos.rc2

评论

共有 条评论