From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: free() question Date: Sat, 11 Jan 1997 21:23:43 GMT Organization: Southwest Missouri State University Lines: 9 Message-ID: <32d8039c.20545358@ursa.smsu.edu> References: <199701081113 DOT MAA01144 AT gilberto DOT physik DOT rwth-aachen DOT de> <32D4155A DOT 51F4 AT exis DOT net> <32D6811F DOT 9B1 AT ibm DOT net> NNTP-Posting-Host: forseti.i60.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Fri, 10 Jan 1997 12:49:19 -0500, Joseph Donahue wrote: >Ah...while I'm here...could someone please tell me what djgpp is? I >assume this is some C/C++ compiler? You're correct. DJGPP is the MS-DOS port of the GNU C/C++ compiler GCC. It features (among other things) complete 32-bit code generation in a flat protected mode environment (using DPMI). It has a host of satellite programs that make it a premium DOS development system. Best of all, it's FREE.