View Single Post
Re: Bitz and Bytes , saving with fWRITE
Old
  (#9)
Killaruna
Moderator
 
Status: Offline
Posts: 32
Join Date: Jan 2004
Location: Heidelberg, Germany
Default Re: Bitz and Bytes , saving with fWRITE - 22-01-2004

fwrite( cVisTable, 1, g_iMaxVisibilityByte, rbl )

... should work. You don't need fflush() because you close the file properly.
  
Reply With Quote