home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / misc / 3626 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  788 b 

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