Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!mrd@sun.mcs.clarkson.EDU From: mrd@sun.mcs.clarkson.EDU (Michael R. DeCorte) Newsgroups: comp.lang.c Subject: 2 questions (Turbo C) Message-ID: <9051@brl-adm.ARPA> Date: Fri, 28-Aug-87 15:59:25 EDT Article-I.D.: brl-adm.9051 Posted: Fri Aug 28 15:59:25 1987 Date-Received: Sun, 30-Aug-87 02:02:01 EDT Sender: news@brl-adm.ARPA Lines: 20 Date: Thu, 27 Aug 87 10:17:28 CDT Reply-To: Info-C@brl.arpa Sender: Info-C List From: Esmail Bonakdarian Comments: To: INFO-C@BRL.ARPA I am using Turbo C and have the following problem trying to open a file in a program: if ( (infile = fopen("c:\temp\helpfile", "r")) == NULL ) { fprintf(stderr, "Input file HELPFILE not found."); exit(1); } try ...stuff..."c:\\temp\\helpfile"....stuff see page 132 of the user's guide