Location:
Search - CStdioFile
Search list
Description: 一个读写ini文件的class,用CStdioFile类实现对文件的读写操作-a document literacy ini class, with the realization CStdioFile class and write papers
Platform: |
Size: 14608 |
Author: zhu |
Hits:
Description: VC中用CStdioFile读写文件的方法
完整的源码,希望哟所帮助-VC CStdioFile literacy document integrity of the source code, which help yo
Platform: |
Size: 241816 |
Author: 鱼鱼 |
Hits:
Description: 主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
Platform: |
Size: 39841 |
Author: 11 |
Hits:
Description: 内容摘要:
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.
Platform: |
Size: 70666 |
Author: mypudn |
Hits:
Description: 主要源码:
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)
}
Platform: |
Size: 41579 |
Author: HUGH RENNY |
Hits:
Description: 一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
Platform: |
Size: 22556 |
Author: 罗诚 |
Hits:
Description: 用CStdioFile读写文件,实现文件的串行化操作
Platform: |
Size: 38981 |
Author: ming |
Hits:
Description: 存UTF8格式文件-deposit UTF8 format
Platform: |
Size: 2048 |
Author: 东东 |
Hits:
Description:
Platform: |
Size: 14336 |
Author: zhu |
Hits:
Description: VC中用CStdioFile读写文件的方法
完整的源码,希望哟所帮助-VC CStdioFile literacy document integrity of the source code, which help yo
Platform: |
Size: 241664 |
Author: 鱼鱼 |
Hits:
Description: 主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
Platform: |
Size: 4081664 |
Author: 11 |
Hits:
Description: 内容摘要:
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.
Platform: |
Size: 70656 |
Author: cobra |
Hits:
Description: 主要源码:
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-
Platform: |
Size: 40960 |
Author: HUGH RENNY |
Hits:
Description: 用CStdioFile读写文件,实现文件的串行化操作-CStdioFile reading and writing with paper documents realize serialization operation
Platform: |
Size: 38912 |
Author: ming |
Hits:
Description: 用标准C++实现CStdioFile的部分功能-Using standard C++ implementation of some functions CStdioFile
Platform: |
Size: 1024 |
Author: 邵彬 |
Hits:
Description: VC中用CStdioFile读写文件的方法 完整的源码如附件中所示-VC read and write files using the method CStdioFile complete source code as shown in the annex to
Platform: |
Size: 241664 |
Author: 风信子 |
Hits:
Description: MFC基于CStdioFile的文件读写-MFC-based reading and writing files CStdioFile
Platform: |
Size: 8258560 |
Author: 郭枫 |
Hits:
Description: 详细讲述了CStdiofile读取数据,以及模拟读取类似扫描机传回的数据-A detailed account of the CStdiofile to read the data, as well as an analog read data from similar scanner
Platform: |
Size: 3072 |
Author: 王俊 |
Hits:
Description: CStdioFile类的基本文件编程,适合初学者.-CStdioFile basic programming, suitable for beginners
Platform: |
Size: 18216960 |
Author: 郭长兰 |
Hits:
Description: 主要介绍MFC的文件操作内容,主要使用CFile,CStdioFile等方法,详细的文档说明。-File operations mainly introduces MFC, the main use CFile, CStdioFile methods, detailed documentation.
Platform: |
Size: 35840 |
Author: |
Hits: