Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Solaris 5.8 (WS6U2): Does c++ fstream support large files?

807575May 8 2008 — edited May 9 2008
fstream 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?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 6 2008
Added on May 8 2008
3 comments
215 views