From: Richard Dawe Newsgroups: comp.os.msdos.djgpp Subject: Re: C++, complex, etc Date: Sun, 21 May 2000 17:48:47 +0100 Organization: Customer of Planet Online Lines: 19 Message-ID: <3928136F.FE8C0401@bigfoot.com> References: <3923BA11 DOT AD387617 AT mtu-net DOT ru> <8g0to9 DOT 3vs4qnf DOT 0 AT buerssner-17104 DOT user DOT cis DOT dfn DOT de> <3923E49D DOT 870F5E34 AT mtu-net DOT ru> <8g0srq$ige$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3923FF8D DOT D241020C AT mtu-net DOT ru> <200005191227 DOT IAA23644 AT indy DOT delorie DOT com> <3925950E DOT E6FD0EA8 AT mtu-net DOT ru> <3926927E DOT D1DFD3AE AT mtu-net DOT ru> NNTP-Posting-Host: modem-237.oxygen.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news6.svr.pol.co.uk 958930318 28298 62.136.7.237 (21 May 2000 17:31:58 GMT) NNTP-Posting-Date: 21 May 2000 17:31:58 GMT X-Complaints-To: abuse AT theplanet DOT net X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: de,fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. "Alexei A. Frounze" wrote: > Seems people either ignore this thread and/or don't use size_t and other > similar types. I think people probably just ignored the thread. Your question is a bit like asking "who uses const", since it depends on programming style, mood, etc. I use size_t for sizes. Less often I use ssize_t, where I need a size, but also want to use -1 to indicate failure or allow safe subtraction of sizes. Bye, -- Richard Dawe richdawe AT bigfoot DOT com ICQ 47595498 http://www.bigfoot.com/~richdawe/