⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fileio.h

📁 密码大家Shoup写的数论算法c语言实现
💻 H
字号:
#ifndef NTL_fileio__H#define NTL_fileio__H#include <NTL/tools.h>#ifndef NTL_STD_CXX// old C++#include <fstream.h>#else// new C++#include <fstream>#endif#if 0namespace foo_bar {class ofstream;class ifstream;}#endifNTL_OPEN_NNSvoid OpenWrite(NTL_SNS ofstream& s, const char *name);// opens file for writing...aborts if failsvoid OpenRead(NTL_SNS ifstream& s, const char *name);// opens file for readingchar *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.dNTL_CLOSE_NNS#endif

⌨️ 快捷键说明

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