www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Cant write to fstream when file size is k*65535

Hello...I have been having a terrible time trying to crunch massive volumes
of data down with C++ and then spitting out simple text files for charting in
excel.

I have had a problem where, after the file gets to a certain size - it cannot be
written to anymore. If I run the program again from where it stopped
writing...and concatenate the files...there's no problem...however, I have
noticed that it always occurs at a file size of k * 65535...

Is there some known limitation here that I should be aware of?

Cant write to fstream when file size is k*65535
Nov 29 2005