From 2590577482306874807
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,a7bb6560624ae2c1
X-Google-Attributes: gidf78e5,public
From: James Kuyper <kuyper@wizard.net>
Subject: Re: More M$ Not Conforming points...
Date: 1999/08/26
Message-ID: <37C5C672.828E2CB0@wizard.net>#1/1
X-Deja-AN: 517637161
Content-Transfer-Encoding: 7bit
Approved: Fergus Henderson <fjh@cs.mu.oz.au>
References: <7ps1sg$dev$1@nnrp1.deja.com> <7pu4es$1mv3$1@news.hal-pc.org> <7q0q07$op0$1@nnrp1.deja.com> <37C5571F.CE3802EE@physik.tu-muenchen.de>
X-Original-Date: Thu, 26 Aug 1999 18:57:54 -0400
X-Accept-Language: en, es, de, ru
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: news@news.unimelb.edu.au
X-Trace: izvestia.its.unimelb.edu.au 935708896 6618 128.250.29.17 (26 Aug 1999 23:08:16 GMT)
Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA
X-Auth: PGPMoose V1.1 PGP comp.std.c++ iQBFAgUAN8XIwuEDnX0m9pzZAQEU7QF9E8wfXBrPLSlIJ9t491n/e2tv8OspJ8RZ 9s/ubbAz9PLi2w1vyfWDLXGbWMX5MVrT =nFM1
Mime-Version: 1.0
NNTP-Posting-Date: 26 Aug 1999 23:08:16 GMT
Newsgroups: comp.std.c++

Christopher Eltschka wrote:
...
> PS: Does anyone use "return EXIT_SUCCESS;"?

Yes. That's what I normally use. It's self-documenting, which is an
advantage over 0. There's also an off-chance that EXIT_SUCCESS is
defined as something other than 0, in which case EXIT_SUCCESS is
probably better than 0, in some highly implementation-dependent way.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]



