home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!decwrl!contessa!mwm
- From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
- Subject: Re: Pointers
- Newsgroups: comp.lang.misc
- Distribution: world
- References: <BxJzzv.4H7@mentor.cc.purdue.edu> <721539019@sheol.UUCP> <1dujcuINNru4@early-bird.think.com>
- X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
- Keywords:
- Summary:
- Message-ID: <mwm.2mib@contessa.palo-alto.ca.us>
- Date: 13 Nov 92 00:37:37 PST
- Organization: Missionaria Phonibalonica
- Lines: 8
-
- In <1dujcuINNru4@early-bird.think.com>, barmar@think.com (Barry Margolin) wrote:
- > C function pointers aren't like any other pointers in the language. You
- > can't do pointer arithmetic on them.
-
- Actually, you *can* do arithmetic on them. It's just not very
- portable. I've actually seen this done in production C code.
-
- <mike
-