Large File Handling

Go4Expert Member
8Jun2011,17:46   #1
rahulonly4u's Avatar
HI ,


I wana Read The Large File Up to 2 Gb in VC++ and i have 1 gb Ram Os windowsXp
and wana store this data in some collection to use pleas tell me the best way so system does not get crashed

Thanks and Regards
Mentor
9Jun2011,16:10   #2
xpi0t0s's Avatar
Increase swap space.

But you probably don't need to store the whole file. Just store bits of it, or summarise the contents in some way. Without knowing what's in the file it's impossible to say how in any more detail.