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
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.