home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13280 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.0 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ncar!noao!amethyst!organpipe.uug.arizona.edu!news
  2. From: dave@cs.arizona.edu (Dave Schaumann)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help! what's wrong with this program?
  5. Message-ID: <1992Sep7.003543.1055@organpipe.uug.arizona.edu>
  6. Date: 7 Sep 92 00:35:43 GMT
  7. References: <1992Sep6.041410.16388@eng.ufl.edu> <1992Sep6.152442.25878@en <1992Sep6.203612.17566@mnemosyne.cs.du.edu>
  8. Sender: news@organpipe.uug.arizona.edu
  9. Reply-To: dave@cs.arizona.edu (Dave Schaumann)
  10. Distribution: usa
  11. Organization: University of Arizona
  12. Lines: 19
  13. In-Reply-To: swalter@nyx.cs.du.edu (DreamWeaver)
  14.  
  15. In article <1992Sep6.203612.17566@mnemosyne.cs.du.edu>, swalter@nyx (DreamWeaver) writes:
  16. >
  17. >Correct me if I'm wrong (lord knows that will happen ;) ... but doesn't
  18. >the line
  19. >
  20. >   *bp++ = c;
  21. >
  22. >in the pusch() function actually mean (as far as order of precedence):
  23. >
  24. >   (*bp)++ = c;
  25.  
  26. No. "*bp++" is definitely a popular idiom among C pointer-hackers...
  27.  
  28. >Call me kooky ...
  29.  
  30. By your command, kooky.
  31.  
  32. -- 
  33. Dave Schaumann            dave@cs.arizona.edu
  34.