From: buers AT gmx DOT de (Dieter Buerssner) Newsgroups: comp.os.msdos.djgpp Subject: Re: C++, complex, etc Date: 18 May 2000 12:07:32 GMT Lines: 11 Message-ID: <8g0to9.3vs4qnf.0@buerssner-17104.user.cis.dfn.de> References: <3923BA11 DOT AD387617 AT mtu-net DOT ru> NNTP-Posting-Host: pec-107-58.tnt6.s2.uunet.de (149.225.107.58) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 958651652 472998 149.225.107.58 (16 [17104]) X-Posting-Agent: Hamster/1.3.13.0 User-Agent: Xnews/03.02.04 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alexei A. Frounze wrote: >Really? How about type casting? It doesn't work at all for int<->size_t? No, it doesn't. It will work for size_t's <= INT_MAX only. >If it's a standard type, what is it needed for then? Isn't int enough? Alexei, sometimes I have the feeling, that you post your questions at a higher rate, than you can read the anwers. Have you read Hans-Bernhard Broeker's post? He gave an explaination.