Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: When is a cast not a cast? Message-ID: <10191@smoke.BRL.MIL> Date: 2 May 89 16:30:06 GMT References: <2747@buengc.BU.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 4 In article <2747@buengc.BU.EDU> bph@buengc.bu.edu (Blair P. Houghton) writes: >10 p = (c + (char *) i); /* More trouble than it's worth... */ Addition of pointers is a meaningless operation.