Date: Mon, 22 May 2000 09:35:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: C++, complex, etc In-Reply-To: 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: > >sizeof doesn't help here: it cannot tell whether size_t is signed or > >unsigned. > > But reading the standard ("size_t is unsigned") can. You are taking my message out of context. The context was how does an ANSI C program do that automatically (to stay portable). I have yet to see a program that can read the ANSI C spec at compile time.