readme.txt
来自「这是一个用C++语言编写的程序」· 文本 代码 · 共 24 行
TXT
24 行
http://www.vb-helper.com/HowTo/split.zip
Purpose
Split a file into pieces and reassemble it.
Method
Split:
Open a file and determine the needed number of split files and number of
bytes per file. Saves each file seperately and make a template file
describing the input file.
Restore:
Use the template to reverse the process.
Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
Thanks to Allen Copeland.
www.geocities.com/TimesSquare/Stadium/8002/
www.geocities.com/TimesSquare/Stadium/8002/vbresource/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?