-
BCB document examples of open operation, and converted into Hex format display
BCB文件打开操作示例,并有转换成Hex格式显示功能-BCB document examples of open operation, and converted into Hex format display
- 2022-01-26 05:43:53下载
- 积分:1
-
Read entire file contents
这个C程序逐字读取文件的全部内容,最后在终端上打印出来。
- 2023-05-19 05:55:03下载
- 积分:1
-
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点...
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点击按钮释放出testdll2.dll,替换原先的testdll.dll,仍旧可以正常运行。-of how the resources released from the documents themselves in the paper. First projects need a testdll.dll, of which only one function test (). indicate whether the correct loading of the dll. Then run after it released testdll2.dll button, replacement of the original testdll.dll, remains normal operation.
- 2022-02-02 20:06:47下载
- 积分:1
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
对图的具体操作,包括建图,显示图,以及一些关于图的基本算法。。。更多功能有待添加...
对图的具体操作,包括建图,显示图,以及一些关于图的基本算法。。。更多功能有待添加-暇 木 图 示 图 约 一些 图 幕惴ㄠ功 写
- 2022-07-25 22:28:22下载
- 积分:1
-
获取桌面路径,通过系统的API函数获得当前用户的桌面地址(绝对路径),可以通过这可以操作桌面的文件或快捷方式....
获取桌面路径,通过系统的API函数获得当前用户的桌面地址(绝对路径),可以通过这可以操作桌面的文件或快捷方式.- The gain tabletop way, obtains the current user through the
system API function the tabletop address (absolute way), may be
allowed to operate the tabletop through this the document or the quick
way
- 2023-05-24 02:15:03下载
- 积分:1
-
把文本文件,转换成数组,以换行回车符作为间隔。
在做多国语言显示的时候会有所帮助。...
把文本文件,转换成数组,以换行回车符作为间隔。
在做多国语言显示的时候会有所帮助。-The text file into an array to wrap as a carriage return interval. In multiple languages to do when the show will be helpful.
- 2022-06-15 13:09:59下载
- 积分:1
-
File类应用实例,文件的打开、新建、移动、复制、删除
File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
- 2022-03-31 16:07:17下载
- 积分:1
-
可实现windows下目录和文件的创建、删除和更名,有界面
可实现windows下目录和文件的创建、删除和更名,有界面-windows can be realized under the directories and files to create, delete and rename, interface
- 2022-03-17 22:03:57下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1