From: Tim Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with binary file I/O Date: Sun, 1 Nov 1998 09:18:02 -0700 Organization: The University of Calgary Lines: 17 Message-ID: <71i1jt$4rq@ds2.acs.ucalgary.ca> 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> <363BE733 DOT 30D77CDF AT montana DOT com> NNTP-Posting-Host: tssymanc AT acs2 DOT acs DOT ucalgary DOT ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: tssymanc AT acs2 DOT acs DOT ucalgary DOT ca In-Reply-To: <363BE733.30D77CDF@montana.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 31 Oct 1998, bowman 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. My news-server isn't the greatest, if it was posted and they didn't CC it to me by e-mail I wouldn't be amazed if I didn't see it. > use ios::bin. as in, file.open("data", ios::in | ios::bin); It worked! Thanks man. -Tim -