Message-ID: <363BE733.30D77CDF@montana.com> Date: Sat, 31 Oct 1998 21:44:35 -0700 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Need help with binary file I/O References: <70thdn$kfe AT ds2 DOT acs DOT ucalgary DOT ca> <711qg3$hbq$2 AT antares DOT lu DOT erisoft DOT se> <712e6q$c1i AT ds2 DOT acs DOT ucalgary DOT ca> <71fnk7$4oe AT ds2 DOT acs DOT ucalgary DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Tim wrote: > > It's been about a week and I still haven't gotten any respoens, so I'll > try asking once more. could have sworn I saw a reply. use ios::bin. as in, file.open("data", ios::in | ios::bin);