Date: Mon, 22 May 2000 09:34:56 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: C++, complex, etc In-Reply-To: <0rneisomj48fm3khdpdodsilqpndjqd7do@4ax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 22 May 2000, Damian Yerrick wrote: > ptrdiff_t? Never heard of that one. It's ANSI C; see stddef.h. > I always thought the difference between two pointers was a size_t > (the size of the object between the pointers). A difference between pointers cannot be expressed with a size_t because that difference can be negative.