?? fileaccess.h
字號(hào):
// FileAccess.h: interface for the FileAccess class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILEACCESS_H__1825F200_E197_4EF5_B7BA_9FF663DD4356__INCLUDED_)
#define AFX_FILEACCESS_H__1825F200_E197_4EF5_B7BA_9FF663DD4356__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class FileAccess
{
public:
CString m_strFileName;
CStdioFile m_stdFile;
CFileStatus m_stdFileStatus;
CString m_strFileRecord;
bool writerecord();
bool readrecord(int);
FileAccess(CString);
virtual ~FileAccess();
};
#endif // !defined(AFX_FILEACCESS_H__1825F200_E197_4EF5_B7BA_9FF663DD4356__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -