资源简介
C++实战源码-统计字符数量(入门级实例402).zip
代码片段和文件信息
// CountText.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CountText.h“
#include “CountTextDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCountTextApp
BEGIN_MESSAGE_MAP(CCountTextApp CWinApp)
//{{AFX_MSG_MAP(CCountTextApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCountTextApp construction
CCountTextApp::CCountTextApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCountTextAp
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10752 2009-08-31 14:49 CountText\a.doc
文件 1397 2010-10-27 15:40 CountText\CountText.clw
文件 2127 2009-08-31 14:39 CountText\CountText.cpp
文件 4336 2009-08-31 15:36 CountText\CountText.dsp
文件 543 2009-08-31 14:07 CountText\CountText.dsw
文件 1357 2009-08-31 12:57 CountText\CountText.h
文件 5729 2009-09-12 13:29 CountText\CountText.rc
文件 5857 2010-10-11 19:24 CountText\CountTextDlg.cpp
文件 1450 2009-09-02 10:59 CountText\CountTextDlg.h
文件 117262 2009-08-31 14:52 CountText\msword9.cpp
文件 29792 2009-08-31 14:52 CountText\msword9.h
文件 917 2009-08-31 14:03 CountText\resource.h
文件 211 2009-08-31 12:57 CountText\StdAfx.cpp
文件 1054 2009-08-31 12:57 CountText\StdAfx.h
文件 1078 2009-08-31 12:57 CountText\res\CountText.ico
文件 401 2009-08-31 12:57 CountText\res\CountText.rc2
- 上一篇:C++实战源码-图像居中
- 下一篇:C++实战源码-导出Word文档目录结构
相关资源
- C++实战源码-小蛇长得快(入门级602)
- C++实战源码-文字水平滚动(入门级
- C++实战源码-替换指定的字符串(入门
- C++实战源码-小球称重(入门级046)
- C++实战源码-新同学的年龄(入门级
- C++实战源码-向数组中赋值(入门级
- C++实战源码-用#打印三角形(入门级
- C++实战源码-统计学生成绩分布(入门
- C++实战源码-向数组中插入元素(入门
- C++实战源码-用指向函数的指针比较大
- C++实战源码-用宏定义实现值互换(入
- C++实战源码-CD抓取(入门级574).zip
- C++实战源码-指定符号分割字符串(入
- C++实战源码-抓不住的兔子(入门级
- C++实战源码-用new动态创建结构体(入
- C++实战源码-将AVI动画分解成BMP位图(
- C++实战源码-修改可执行文件中的资源
- C++实战源码-指向结构体变量的指针(
- C++实战源码-将二维数组行列对换(入
- C++实战源码-应用random_shuffle算法将元
- C++实战源码-应用adjacent_find算法搜索相
- C++实战源码-数组中整数的判断(入门
- C++实战源码-获取数组中元素的个数(
- C++实战源码-将二维数组转换为一维数
- C++实战源码-迭代器的用法(入门级
- C++实战源码-二维数组行最大值中的最
- C++实战源码-输出数组元素(入门级
- C++实战源码-使用指针变量遍历二维数
- C++实战源码-数组中连续相等数的计数
- C++实战源码-计算字符串中有多少个单
评论
共有 条评论