?? fileio.h
字號(hào):
#ifndef NTL_fileio__H
#define NTL_fileio__H
#include <NTL/tools.h>
#if (defined(NTL_STD_CXX) || defined(NTL_PSTD_NHF))
#include <fstream>
#else
#include <fstream.h>
#endif
#if 0
namespace foo_bar {
class ofstream;
class ifstream;
}
#endif
NTL_OPEN_NNS
void OpenWrite(NTL_SNS ofstream& s, const char *name);
// opens file for writing...aborts if fails
void OpenRead(NTL_SNS ifstream& s, const char *name);
// opens file for reading
char *FileName(const char* stem, const char *ext);
// builds the name "stem.ext"
char *FileName(const char* stem, const char *ext, long d);
// builds the name stem.ext.d
NTL_CLOSE_NNS
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -