home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16457 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!regent!pal
  3. From: pal@regent.e-technik.tu-muenchen.dbp.de (Peter Loibl)
  4. Subject: Re: Macros
  5. Message-ID: <pal.721649651@regent.e-technik.tu-muenchen.de>
  6. Sender: news@regent.e-technik.tu-muenchen.de (News System)
  7. Organization: Technical University of Munich, Germany
  8. References: <1dfs04INNg3e@usenet.INS.CWRU.Edu> <pal.721305765@regent.e-technik.tu-muenchen.de> <197@zurich.spectrospin.ch> <1992Nov12.024016.24895@u.washington.edu>
  9. Date: Fri, 13 Nov 1992 10:14:11 GMT
  10. Lines: 18
  11.  
  12. chuckb@stein.u.washington.edu (Charles Bass) writes:
  13.  
  14. >I)  avoiding function calls 
  15. >2)  simplifying complex expressions (bit operations are common)
  16. >3)  conditional code for debugging/platform changes
  17. >4)  common loop iterators (someone posted examples a while
  18. >back)
  19.  
  20. 5) generation of new trigonometric functions by using implemented
  21.    tirgonometric functions
  22. 6) polynomial functions
  23. 7) tools, like: SWAP, MIN, MAX ...
  24.  
  25. BTW. 3) is the most powerful way of using a macro without 
  26. rewriting code.
  27.  
  28. Peter Loibl
  29. pal@regent.e-technik.tu-muenchen.de
  30.