I got a 18 gigabytes dataset, and I try using
ipFile.open()
and
getline()
to read in the data, but it has problems, as I am using 32bit microsoft visual studio 2005, and 18gigabytes exceeded the memory address of 2^32. Do you guys have any ideas how to solve it?
Thank you.



LinkBack URL
About LinkBacks



CornedBee
If all else fails, maybe Boost has something, but you'd probably have to rewrite some of your program to use it.