资源简介
C++实战源码-在ListBox中查找字符串(入门级实例173).zip
代码片段和文件信息
// GetListBoxString.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “GetListBoxString.h“
#include “GetListBoxStringDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGetListBoxStringApp
BEGIN_MESSAGE_MAP(CGetListBoxStringApp CWinApp)
//{{AFX_MSG_MAP(CGetListBoxStringApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CGetListBoxStringApp construction
CGetListBoxStringApp::CGetListBoxStringApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
////////////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1268 2010-10-26 17:58 GetListBoxString\GetListBoxString.clw
文件 2203 2007-05-11 11:42 GetListBoxString\GetListBoxString.cpp
文件 4339 2007-05-11 11:42 GetListBoxString\GetListBoxString.dsp
文件 557 2007-05-11 11:42 GetListBoxString\GetListBoxString.dsw
文件 1434 2007-05-11 11:42 GetListBoxString\GetListBoxString.h
文件 5465 2007-05-11 13:24 GetListBoxString\GetListBoxString.rc
文件 4800 2007-05-21 11:37 GetListBoxString\GetListBoxStringDlg.cpp
文件 1446 2007-05-11 12:51 GetListBoxString\GetListBoxStringDlg.h
文件 786 2007-05-11 13:23 GetListBoxString\resource.h
文件 218 2007-05-11 11:42 GetListBoxString\StdAfx.cpp
文件 1054 2007-05-11 11:42 GetListBoxString\StdAfx.h
文件 5694 2005-10-08 16:28 GetListBoxString\res\GetListBoxString.ico
文件 408 2007-05-11 11:42 GetListBoxString\res\GetListBoxString.rc2
- 上一篇:C++实战源码-系统托盘动态图标
- 下一篇:C++实战源码-编辑框右键菜单
相关资源
- C++实战源码-小蛇长得快
- C++实战源码-文字水平滚动
- C++实战源码-替换指定的字符串
- C++实战源码-小球称重
- C++实战源码-新同学的年龄
- C++实战源码-向数组中赋值
- C++实战源码-用#打印三角形
- C++实战源码-统计学生成绩分布
- C++实战源码-向数组中插入元素
- C++实战源码-用指向函数的指针比较大
- C++实战源码-用宏定义实现值互换
- C++实战源码-CD抓取
- 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++实战源码-计算字符串中有多少个单
评论
共有 条评论