搜索资源列表
txt
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
ym_vcpp-readText
- mfc打开txt文件并显示,选择文件路径 点击按钮打开并显示-mfc open the txt file and display, select the file path and click the button to open the show
MFCFile
- MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
DOMPrint
- 自己开发的XML DOM遍历打印程序DOMPrint,DOMPrint激活DOM解析器,解析XML文档,构造DOM树,并激活DOMWriter::writeNode()将DOM树序列化XML流,支持MFC,其不依赖其它除MFC以外任何程序库的支持,适合项目开发。用法请见压缩包里的Options.txt。-Developed their own XML DOM traversal printing process DOMPrint, DOMPrint activated DOM parser, X
scrnsave_code
- 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。 本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
SDIOpenGL
- 在mfc单文档中如何使用OpenGl,包含具体txt步骤方法-how to use OpenGL in SDI of mfc,including a text for the detail
MutiTemple
- 自己编写的一个VC下应用多文档模板的程序,支持文档模板和画图模板,可以用来学习多文档模板编程。-A mutitemple program can be both used for txt and drawing
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
xx
- c++6.0,MFC,设计了一个学生成绩录入界面,输入完毕后并能保存到Txt文件中-c++6.0, MFC, designed input interface, a student achievement, after input and can be saved to Txt file
aa
- 1.在Microsoft Visual Studio 2008中创建MFC工程DataStructTest0303 2.通过读入文件的形式,读取写在TXT文本中的实数数据 3.用push将这些数值添加到队列和栈中 4.在DataStructTest0303View.cpp中判断是否是回文 5.输出结果 -1. In Microsoft Visual Studio 2008 to create a MFC project DataStructTest0303 2. Throug
SG001
- 在VS2008下读取txt文本内容,并根据其对应的属性对其进行排序,txt内容模仿excel写的。-In VS2008 under the MFC, to excel, the query, sorting, statistics.
txt
- 利用MFC实现txt文档的打开,保存等编辑-use of MFC txt file open, save, edit
VC-MFC
- 对MFC对打开txt文件示例,然在显示按钮上显示txt数据,起到怎么选择打开编辑txt文件-mfc txt
opentxt
- mfc打开txt显示在静态文档中,很简单,自己的小尝试 -mfc open txt display static documents, is very simple, little attempt
MFC-drawing1
- mfc 读取数据画图,在对话框设计实现-MFC read txt data drawing 1 MFC read txt data drawing 1 MFC read txt data drawing 1
mfc
- MICROSOFT 基础类库: mfc 项目概述 =================== 应用程序向导已为您创建了这个 mfc 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 ReadMe.txt概要介绍组成 mfc 应用程序的每个文件的内容。-MICROSOFT Foundation Class Library: mfc project Overview =================== applica
输出txt
- 在mfc模式下开发的一个小小工具,可以运行生成txt文档,并且可以写入。
mfc
- 编辑MFC界面,打开txt数据文件,读取文件,显示文件里数据的行数。-Edit MFC interface, open the txt data files, read the file, display the number of rows in the data file.
MFC绘线
- 读取TXT中的数据进行绘图,能够进行坐标缩放
读取与保存txt内容
- 打开用户选择的txt,读取txt文件,显示txt文件,保存txt文件(read and save txt files ,based on MFC)