Date: Wed, 14 Jan 1998 20:31:30 -0800 (PST) Message-Id: <199801150431.UAA16335@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Peter Palotas From: Nate Eldredge Subject: Re: printf("%p"); Cc: djgpp AT delorie DOT com Precedence: bulk At 02:20 1/15/1998 -0500, Peter Palotas wrote: >Okay, if you say so, you should know best! Guess I'll just have to settle >with the ugly looking pointer then! (Why not atleast make it capital letters!?) You can always write char *p; printf("%#X",(unsigned)p); if the way it looks is important to you. Btw, IMHO, lowercase letters are more readable than caps. Nate Eldredge eldredge AT ap DOT net