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