Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!floyd!harpo!seismo!brl-vgr!ron From: ron@brl-vgr.ARPA (Ron Natalie ) Newsgroups: net.lang.c Subject: Re: pointer question Message-ID: <3296@brl-vgr.ARPA> Date: Thu, 5-Apr-84 16:34:55 EST Article-I.D.: brl-vgr.3296 Posted: Thu Apr 5 16:34:55 1984 Date-Received: Sat, 7-Apr-84 03:15:11 EST References: <7624@mgweed.UUCP> <937@inuxc.UUCP> Organization: Ballistics Research Lab Lines: 8 It is not dangerous to implement the pointer yourself: p = p + 4 means incrememt p by 4 items of the pointer type. Totally machine indepedant. -Ron