From: Mark Phillips Newsgroups: comp.os.msdos.djgpp Subject: Re: File I/O Date: Wed, 21 Jul 1999 09:42:20 -0500 Organization: The University of Manitoba Lines: 11 Message-ID: References: <932549499 DOT 022 DOT 63 AT news DOT remarQ DOT com> NNTP-Posting-Host: silver.cs.umanitoba.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: canopus.cc.umanitoba.ca 932568145 22084 130.179.24.6 (21 Jul 1999 14:42:25 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 21 Jul 1999 14:42:25 GMT In-Reply-To: <932549499.022.63@news.remarQ.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > How do you do File I/O in DJGPP. I tried it the way I used to in Borland > 3.0 (fstream.h), but it didn't work. Do I need to link a library to it or > what? You shouldn't need to link it to anything if you're compiling with gxx. Don't compile with gcc. If that's not the problem then post a code snippet that doesn't work. Mark