I know this really isnt homebrew, but its still dev related...
Does anyone know how to split up large files into multiple pieces? That is, I'm writing a program, and I have some lage files that need to be chopped up into smaller pieces. does anyone know how to do this? or any libs out there that may help me?
Thanks a bunch
J
splitting files with c / c++
Moderator: cheriff
Read a chunk from the source file.
Write the chunk to a dest file.
Read another chunk from the source file
Write the chunk to a different dest file.
Lather, rinse, repeat.
Write the chunk to a dest file.
Read another chunk from the source file
Write the chunk to a different dest file.
Lather, rinse, repeat.
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
well whenever i have a question that isnt psp/ps2 related but programming related i ask people at gamedev.net. since its erelevent to this homebrew comunity.boomint wrote:What on earth has gamedev.net got to do with splitting a file into abitrary sized chunks?Thanhda wrote:go to gamedev.net
This is just common sense, logical, "how do I solve a problem?" thinking... ahem.
There are 10 types of people in the world: Those who understand binary, and those who don't...
-
- Posts: 12
- Joined: Thu Nov 04, 2004 8:08 am