Simple File Splitter and Joiner C++ Source Code Download

Hello everybody, today i will share my latest meantime code XD a simple file splitter and joiner. file splitter and joiner is a software that can split and join the marged files that have been splitted by the program, peoples mostly using file splitter for split file that will be uploaded to hosting servers, because some hosting server have their maximum upload file size, this program can merge HJSplit’s splitted files.


Screenshoot:
Run without argument


How to use simple file splitter and joiner?



use “filesplitterandjoiner.exe -h” it will show available argument, or you just run the program directly(by double clicking it)

How this simple file splitter and joiner work?

Spliting file


When you split the file this program wil make input file stream object(ifstream), and use your desired file name as input file and then make output stream object and set the output name to <filename.ext>.001 and write data from input file to that output file until the desired split file size and then change the output name to <filename.ext>.002, the splitting process will end if the input file stream reach end of file(eof).

Merging file


When you merge the splitted file this program will make output stream with output filename the part name without number e.g <partname.ext>.001 become <partname.ext>, and then write data from input file(file part) to output stream until input file reach eof, and then change input file to next part, merging process will end when no next file part is detected.

Download Link

download source code, compiled program and codeblock project file.
http://adf.ly/1Zl7E3

Komentar

Postingan populer dari blog ini

Download Driver TV tuner di windows 8

Cara menkonversi bilangan Desimal ke biner,oktal,hexadecimal dan sebaliknya

Apa itu Torrent?