home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12499 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  859 b 

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!news-is-not-mail
  2. From: wardrb@cs.utexas.edu (Richard Byron Ward)
  3. Newsgroups: comp.lang.c++
  4. Subject: Mac programming conventions?
  5. Date: 18 Aug 1992 09:12:46 -0500
  6. Organization: CS Dept, University of Texas at Austin
  7. Lines: 14
  8. Message-ID: <16r0guINN96a@cs.utexas.edu>
  9. NNTP-Posting-Host: cs.utexas.edu
  10.  
  11. I am trying to analyze a large body of C++ code right now and
  12. there are comments interspersed through it that simply
  13. say: /* T */
  14.  
  15. They are generally placed before member definitions (same line),
  16. but I can't figure out what the T stands for.  This reminds me of
  17. a variable naming convention that I heard about on the Macintosh,
  18. but this program is written to run on Unix.  Can anyone shed some
  19. light on these mysterious Ts?
  20.  
  21. Rick
  22.  
  23. P.S.  I am still looking for a tool to help me analyze the design
  24.       of this code.
  25.