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

资源简介

C++实战源码-获取指定位置字符的大小写(入门级实例158).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PosStringCap.h“
#include “PosStringCapDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPosStringCapApp

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

/////////////////////////////////////////////////////////////////////////////
// CPosStringCapApp construction

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

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1211  2007-05-10 17:05  PosStringCap\PosStringCap.clw
     文件        2147  2007-05-10 14:45  PosStringCap\PosStringCap.cpp
     文件        4267  2007-05-10 14:45  PosStringCap\PosStringCap.dsp
     文件         549  2007-05-10 14:45  PosStringCap\PosStringCap.dsw
     文件        1390  2007-05-10 14:45  PosStringCap\PosStringCap.h
     文件        5486  2007-05-10 15:40  PosStringCap\PosStringCap.rc
     文件        5063  2007-05-10 16:03  PosStringCap\PosStringCapDlg.cpp
     文件        1432  2007-05-10 14:58  PosStringCap\PosStringCapDlg.h
     文件         782  2007-05-10 15:39  PosStringCap\resource.h
     文件         214  2007-05-10 14:45  PosStringCap\StdAfx.cpp
     文件        1054  2007-05-10 14:45  PosStringCap\StdAfx.h
     文件        5694  2005-10-08 16:28  PosStringCap\res\PosStringCap.ico
     文件         404  2007-05-10 14:45  PosStringCap\res\PosStringCap.rc2

评论

共有 条评论