Date: Thu, 25 Jul 2002 07:42:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Filip Sielimowicz cc: djgpp AT delorie DOT com Subject: Re: ILP32 - Fwd: Re: 16 bit buffer 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 Wed, 24 Jul 2002, Filip Sielimowicz wrote: > Does it make expressions like "if (!p)" not valid for pointers ? No, that's still valid. > Is pointer converted to int or long long or there's no > convertion - "if" operates on pointers "as they are" ? It's implementation-dependant, but AFAIK most architectures operate on pointers directly. After all, a pointer is just a number.