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

资源简介

C++实战源码-指定符号分割字符串(入门级实例150).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DivString.h“
#include “DivStringDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDivStringApp

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

/////////////////////////////////////////////////////////////////////////////
// CDivStringApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDivStringAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1306  2010-10-26 16:03  DivString\DivString.clw
     文件        2105  2007-05-09 15:02  DivString\DivString.cpp
     文件        4213  2007-05-09 15:02  DivString\DivString.dsp
     文件         543  2007-05-09 15:02  DivString\DivString.dsw
     文件        1357  2007-05-09 15:02  DivString\DivString.h
     文件        5632  2007-05-09 15:31  DivString\DivString.rc
     文件        4672  2007-05-09 15:50  DivString\DivStringDlg.cpp
     文件        1399  2007-05-09 15:07  DivString\DivStringDlg.h
     文件         825  2007-05-09 15:31  DivString\resource.h
     文件         211  2007-05-09 15:02  DivString\StdAfx.cpp
     文件        1054  2007-05-09 15:02  DivString\StdAfx.h
     文件        5694  2005-10-08 16:28  DivString\res\DivString.ico
     文件         401  2007-05-09 15:02  DivString\res\DivString.rc2

评论

共有 条评论