how to overcome FAT32 file size limitation with c++ ?

S

sohilvassa

hi all,
i want to dump a file with dummy data in txt file and want to writing
larger file>4GB on FAT32 file system in C++ any body have idea ?
any logic to do so ?
 
I

Ian Collins

hi all,
i want to dump a file with dummy data in txt file and want to writing
larger file>4GB on FAT32 file system in C++ any body have idea ?
any logic to do so ?
The same logic one uses to fit a quart in a pint pot. Use a different pot.
 
A

Alex Buell

hi all,
i want to dump a file with dummy data in txt file and want to writing
larger file>4GB on FAT32 file system in C++ any body have idea ?
any logic to do so ?

Yes, just split it into a number of files, simple. That's how they do
it with large datasets. DVDs often split their VOB files into 1GiB
segments for this reason.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top