Solaris 5.8 (WS6U2): Does c++ fstream support large files?
807575May 8 2008 — edited May 9 2008fstream does not seem to support large files on WS6U2. Though large files can be handled using the C standard libraries or by directly calling the open64(),read64() system calls, I would want to know if fstream is large file enabled. fstream implementation seems to use the open() syscall and there does not seem to any switch to make it use open64(). Is it explained in any of Sun's documentation? I had seen a comment on another thread saying it does c++ stl on Sun does not support large files.
http://forum.java.sun.com/thread.jspa?forumID=850&threadID=5070237
The above thread is too old and probably dead.
I would like to see it on Sun's documents. If it is not available on WS6U2, then which version comes with this support?