Thread: boost.filesystem.fstream, support large files?

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    40

    boost.filesystem.fstream, support large files?

    Do the boost.filesystem.fstream class support large files?

    Thanks in advance!

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    I believe FS's fstream classes simply derive from the std fstreams, and the only thing they add are the constructor and open() overloads that accept paths. So the answer is, it depends on your standard library. (I think MS's library doesn't support large files.)
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Feb 2009
    Posts
    40
    ok, that was annoying.. ;P

    Thanks for you answered CornedBee!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. fopen vs. _open (for BIG image files)
    By reversaflex in forum C Programming
    Replies: 3
    Last Post: 04-01-2007, 12:52 AM
  3. Platform-independent large files?
    By Cat in forum C++ Programming
    Replies: 2
    Last Post: 08-21-2006, 12:04 AM
  4. Replies: 0
    Last Post: 07-12-2002, 01:40 PM
  5. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM