Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cuae2!ihnp4!inuxc!pur-ee!uiucdcs!uxc.cso.uiuc.edu!crimmins From: crimmins@uxc.cso.uiuc.edu.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Procomm, file pointers, and MS C (V Message-ID: <174200039@uxc.cso.uiuc.edu> Date: Wed, 18-Feb-87 16:20:00 EST Article-I.D.: uxc.174200039 Posted: Wed Feb 18 16:20:00 1987 Date-Received: Fri, 20-Feb-87 22:39:34 EST References: <1500@im4u.UUCP> Lines: 29 Nf-ID: #R:im4u.UUCP:1500:uxc.cso.uiuc.edu:174200039:000:999 Nf-From: uxc.cso.uiuc.edu!crimmins Feb 18 15:20:00 1987 /* Written 9:23 pm Feb 15, 1987 by jai@im4u.UUCP in uxc.cso.uiuc.edu:comp.sys.ibm.pc */ > >The question: are the standard files actually opened by MS C at the >start of the program? The above would appear to indicate not. > >Jai. From MSC 4.0 Docs: " When a program begins execution, five file handles, corresponding to the standard input, standard output, standard error, standard auxiliary, and standard print, are already assigned." ... " They are automatically opened when the program begins, as shown from the output from the following short program..." They are opened. Procomm does have several files open simultaneously, and the DOS default of 8 is not enough to cover Procomm's needs as well as those of your program. ---- Dan Crimmins University of Illinois at Urbana-Champaign Computing Services Office - Micro Consulting Dept. ARPA: crimmins@uiucuxc.cso.uiuc.edu BITNET: crimmins@uiucuxc.bitnet CSNET: crimmins@uiucuxc.csnet UUCP: {ihnp4,pur-ee,convex}!uiucdcs!uiucuxc!crimmins