readme.txt

来自「C++编写的简单文本编辑器」· 文本 代码 · 共 23 行

TXT
23
字号
MyEdit.h
    This is the main header file for the application.It includes other project specific headers and declares the CMyEditApp application class.

MyEdit.cpp
    This is the main application source file that contains the application class CMyEditApp.

MainFrm.h, MainFrm.cpp
    These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features.

MyEditDoc.h, MyEditDoc.cpp - the document
    These files contain your CMyEditDoc class.  

MyEditView.h, MyEditView.cpp - the view of the document
    These files contain your CMyEditView class.CMyEditView objects are used to view CMyEditDoc objects.

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file named MyEdit.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.Microsoft Visual C++ reads and updates this file.
    
text.*
	This is the text file, which can open and edit by the DEBUG\MyEdit.exe.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?