代码搜索:saveFile
找到约 1,013 项符合「saveFile」的源代码
代码结果 1,013
www.eeworm.com/read/259371/4343782
txt 程嶏清单12-13.txt
sub write_to_stdout
{
local ($savefile, $saveformat);
$savefile = select(STDOUT);
$saveformat = $~;
$~ = "MYFORMAT";
write;
$~ = $sa
www.eeworm.com/read/196582/8074033
cpp createstuinflink.cpp
#include"studentBasicInformation.h"
#include"publicHeadFile.h"
void managerRegister(); //管理员注册模块函数的声名
int managerMenuControl(); //管理员菜单控制函数的声明
void managerOperatorMenu();
void manager
www.eeworm.com/read/153940/11999234
h wk_basefunc.h
#ifndef _WK_BASEFUNC_H_
#define _WK_BASEFUNC_H_
#include "start.h"
#define SAVEFILE_SUCCESS 1
#define SAVEFILE_EXIST 2
#define SAVEFILE_ERROR 3
//****************************************
www.eeworm.com/read/152661/5671683
todo
TODO List
---------
Minor
-----
1) savefile support. Add option handling to the remaining savefile
commands, even if no options are currently defined.
2) remember unrecognised options so
www.eeworm.com/read/150583/5690273
todo
TODO List
---------
Minor
-----
1) savefile support. Add option handling to the remaining savefile
commands, even if no options are currently defined.
2) remember unrecognised options so
www.eeworm.com/read/150583/5691022
todo
TODO List
---------
Minor
-----
1) savefile support. Add option handling to the remaining savefile
commands, even if no options are currently defined.
2) remember unrecognised options so
www.eeworm.com/read/123322/6060344
todo
TODO List
---------
Minor
-----
1) savefile support. Add option handling to the remaining savefile
commands, even if no options are currently defined.
2) remember unrecognised options so
www.eeworm.com/read/106385/6193881
todo
TODO List
---------
Minor
-----
1) savefile support. Add option handling to the remaining savefile
commands, even if no options are currently defined.
2) remember unrecognised options so
www.eeworm.com/read/247871/4472613
hpp savepos.hpp
#ifndef _RAR_SAVEPOS_
#define _RAR_SAVEPOS_
class SaveFilePos
{
private:
File *SaveFile;
Int64 SavePos;
uint CloseCount;
public:
SaveFilePos(File &SaveFile);
~SaveFilePos();
}