在数据处理中遇到需从大数据文件(3GB或稍大)中读取数据,显示出来.有什么方法啊?
查了一下在QT安装配置./configure -help中有
-no-largefile....... Disables large file support.
+ -largefile.......... Enables Qt to access files larger than 4 GB.
如果进行以上配置,是否能解决,QT自会采取缓冲的形式读取文件?
谢谢大家!
[ 此贴被XChinux在2008-07-19 19:49重新编辑 ]