Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!uwvax!dogie.macc.wisc.edu!csd4.milw.wisc.edu!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.lang.c Subject: Re: When is a cast not a cast? Message-ID: <1666@auspex.auspex.com> Date: 20 May 89 10:07:24 GMT References: <2747@buengc.BU.EDU> <10191@smoke.BRL.MIL> <406@skye.ed.ac.uk> <10276@smoke.BRL.MIL> <2890@buengc.BU.EDU> <546@TSfR.UUCP> <2908@buengc.BU.EDU> <13189@haddock.ima.isc.com> <2922@buengc.BU.EDU> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 23 >Does it bother you that when I add two character pointers, I get yet another >character pointer? It does if you can't specify fairly precisely to which "char" object the new character points, given a specification of the "char" objects to which the original ones pointed. >Could it be that adding pointers creates different things, as multiplying >lengths creates areas? Maybe. If that were true, it would *definitely* bother me that when you add two character pointers, you get another character pointer; either adding pointers creates different things or it doesn't. *Seriously*, if you want the "bigbrain-hopefuls" to "think about (this idea) a minute", you'll need to make it a bit more concrete, so that they perceive the probability of the idea being an Exciting New Idea as sufficiently higher than the probability of it being The Product Of Confusion to make it worth their while to consider it. (No, I can think of few, if any, people who can pursue *every* idea that comes by, in the hopes that it *might* be worth it. Do you read *every* article in *every* newsgroup on USENET? Do you buy *every* newspaper, or magazine, or book, you see on the newsstand and read it cover-to-cover?)