Message-ID: <006301c06966$0e906a60$9b5a149a@mitchllistar.ca> From: "Kevin Mitchell" To: Subject: Re: Stupid DJGPP questions Date: Mon, 18 Dec 2000 21:27:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com I wrote: >> What, on your system, are the restrictions on the pointer types char*, >> int*, and void*? For example, may and int have an odd value? Hint: >> alignment. and Hans-Bernhard Broeker wrote: >Sigh... and I had thought a book as widely respected as this one would >know better than to meddle useless implementation details with those >of the subject programming language. I have asked myself this question many times already. Why oh why oh why would Mr. Stroustrup want me looking at things like "what kind of pointer values are possible." Methinks it only leads a programmer into getting really creative and delving into what I'll term "stupid programming tricks"... However, I think I could spend many years programming in C++ and still not know what he had in mind. For now, he's the expert and I'm the student and I'm just gonna' do my best to answer the question... Regards, Kevin Mitchell