From: Derek Greene Newsgroups: comp.os.msdos.djgpp Subject: Re: Why doesn't C++ work!?!?! Date: Wed, 09 Sep 1998 10:20:26 -0400 Organization: MindSpring Enterprises Lines: 22 Message-ID: <35F68EA9.60D3F18C@mindspring.com> References: <35F04DC0 DOT EFB0B348 AT unb DOT ca> <35F0B4D0 DOT 91F4A0F8 AT cartsys DOT com> <35f37423 DOT 319246 AT news DOT uow DOT edu DOT au> Reply-To: colskywalker AT thepentagon DOT com NNTP-Posting-Host: user-38lcotc.dialup.mindspring.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I _always_ get zero myself, unless (obviously), i specify another value Brett Porter wrote: > On Fri, 04 Sep 1998 20:49:36 -0700, Nate Eldredge > wrote: > > >Endlisnis wrote: > > > >> Also, DJGPP by default returns 0 if nothing is specified. (at > >> least in main it does). > > > >Does it really? I haven't seen that. Do you have evidence to support > >it? > > I know for sure it doesn't, unless RHIDE is playing tricks on me. I've > been getting return codes that are almost random in the dialog box > after termination when I forget return 0; > > Brett