资源简介
读取一个txt文件的内容,并在edit控件上显示
代码片段和文件信息
// readText.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “readText.h“
#include “readTextDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CReadTextApp
BEGIN_MESSAGE_MAP(CReadTextApp CWinApp)
//{{AFX_MSG_MAP(CReadTextApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CReadTextApp construction
CReadTextApp::CReadTextApp()
{
// TODO: add construc
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3615 2010-07-12 16:52 readText\ReadMe.txt
文件 35732 2010-07-12 17:06 readText\readText.aps
文件 1141 2010-07-12 17:06 readText\readText.clw
文件 2091 2010-07-12 16:52 readText\readText.cpp
文件 4195 2010-07-12 16:52 readText\readText.dsp
文件 541 2010-07-12 16:52 readText\readText.dsw
文件 1346 2010-07-12 16:52 readText\readText.h
文件 50176 2010-07-12 17:06 readText\readText.ncb
文件 48640 2010-07-12 17:06 readText\readText.opt
文件 250 2010-07-12 17:06 readText\readText.plg
文件 5288 2010-07-12 17:06 readText\readText.rc
文件 5274 2010-07-12 17:05 readText\readTextDlg.cpp
文件 1365 2010-07-12 16:55 readText\readTextDlg.h
文件 1078 2010-07-12 16:52 readText\res\readText.ico
文件 400 2010-07-12 16:52 readText\res\readText.rc2
文件 732 2010-07-12 16:57 readText\resource.h
文件 210 2010-07-12 16:52 readText\StdAfx.cpp
文件 1054 2010-07-12 16:52 readText\StdAfx.h
目录 0 2010-07-12 16:52 readText\res
目录 0 2010-07-12 17:06 readText
----------- --------- ---------- ----- ----
163128 20
- 上一篇:51单片机 红外传感程序 C语言
- 下一篇:串口 CnComm1.5.zip
相关资源
- 关于MFC的 基本用法及实例的源代码
- 计算机图形学MFC
- VC 学习笔记
- Visual_C++MFC入门教程
- VC6写的Socket API封装类非MFC
- mfc 自绘控件实现 竖排TAB sheet控件
- visual C++ 实现文件共享
- MFC 学生通讯录系统
- 基于MFC的学生通讯薄管理系统
- MFC下MSChart柱状图、折线图、饼状图
- C++ MFC 教师工资管理系统
- MFCResourceID v2.0.rar
- 学生机和老师机
- MFC 菜单 树视图控件 界面切换
- DES加密解密 MFC C++
- 用mfc编写的示波器动态显示程序
- 利用MFC的Csocket类实现C/S网络通信
- MFC多线程文件搜索器
- Bezier曲线,三次B样条曲线
- MFC串口通讯组件
- 一个用MFC制作的把DICOM图像转换成BM
- MFC绘制直线矩形文本框
- OpenGL填充等值线MFC源代码
- 猎豹网校MFC视频教程全套百度云.rar
- MFC基于对话框的图书管理系统
- MFC 挖金子代码
- mfc 二维图形的平移、旋转、比例变换
- MFC时钟小程序
- 立方体函数纹理映射算法
- 小波变换的MFC实现
评论
共有 条评论