Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - cstdiofile
Search - cstdiofile - List
一个读写ini文件的class,用CStdioFile类实现对文件的读写操作-a document literacy ini class, with the realization CStdioFile class and write papers
Update : 2008-10-13 Size : 14.27kb Publisher : zhu

VC中用CStdioFile读写文件的方法 完整的源码,希望哟所帮助-VC CStdioFile literacy document integrity of the source code, which help yo
Update : 2008-10-13 Size : 236.15kb Publisher : 鱼鱼

主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile -main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
Update : 2008-10-13 Size : 38.91kb Publisher : 11

内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, accessing files and renamed attributes 2. CStdioFile class operation using text files 3.
Update : 2008-10-13 Size : 69.01kb Publisher : mypudn

主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open(\"FileExt.txt\",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.Close() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(\" \")) //MessageBox(strExt) CString strFileName =\"eee.\"+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }
Update : 2008-10-13 Size : 40.6kb Publisher : HUGH RENNY

一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
Update : 2008-10-13 Size : 22.03kb Publisher : 罗诚

用CStdioFile读写文件,实现文件的串行化操作
Update : 2008-10-13 Size : 38.07kb Publisher : ming

存UTF8格式文件-deposit UTF8 format
Update : 2025-02-17 Size : 2kb Publisher : 东东


Update : 2025-02-17 Size : 14kb Publisher : zhu

VC中用CStdioFile读写文件的方法 完整的源码,希望哟所帮助-VC CStdioFile literacy document integrity of the source code, which help yo
Update : 2025-02-17 Size : 236kb Publisher : 鱼鱼

主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile -main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
Update : 2025-02-17 Size : 3.89mb Publisher : 11

内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, accessing files and renamed attributes 2. CStdioFile class operation using text files 3.
Update : 2025-02-17 Size : 69kb Publisher : cobra

主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.Close() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(" ")) //MessageBox(strExt) CString strFileName ="eee."+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }-Main source: void CFDlg:: OnChangeEdit1 () (UpdateData () m_strExt.MakeUpper () m_list.ResetContent () if (m_strExt.GetLength () == 0) return CStdioFile sf if (sf.Open (FileExt.txt, Cfile :: modeRead)) (CString strTemp, strOut while (sf.ReadString (strTemp)) (if (strTemp.Left (m_strExt.GetLength ()) == m_strExt) (m_list.AddString (strTemp)))) sf.Close ( ) m_list.SetCurSel (0) this-
Update : 2025-02-17 Size : 40kb Publisher : HUGH RENNY

用CStdioFile读写文件,实现文件的串行化操作-CStdioFile reading and writing with paper documents realize serialization operation
Update : 2025-02-17 Size : 38kb Publisher : ming

用标准C++实现CStdioFile的部分功能-Using standard C++ implementation of some functions CStdioFile
Update : 2025-02-17 Size : 1kb Publisher : 邵彬

DL : 0
VC中用CStdioFile读写文件的方法 完整的源码如附件中所示-VC read and write files using the method CStdioFile complete source code as shown in the annex to
Update : 2025-02-17 Size : 236kb Publisher : 风信子

MFC基于CStdioFile的文件读写-MFC-based reading and writing files CStdioFile
Update : 2025-02-17 Size : 7.88mb Publisher : 郭枫

详细讲述了CStdiofile读取数据,以及模拟读取类似扫描机传回的数据-A detailed account of the CStdiofile to read the data, as well as an analog read data from similar scanner
Update : 2025-02-17 Size : 3kb Publisher : 王俊

CStdioFile类的基本文件编程,适合初学者.-CStdioFile basic programming, suitable for beginners
Update : 2025-02-17 Size : 17.37mb Publisher : 郭长兰

主要介绍MFC的文件操作内容,主要使用CFile,CStdioFile等方法,详细的文档说明。-File operations mainly introduces MFC, the main use CFile, CStdioFile methods, detailed documentation.
Update : 2025-02-17 Size : 35kb Publisher :
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.