home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A020821.TXT < prev    next >
Encoding:
Text File  |  1993-11-15  |  163 b   |  4 lines

  1. Two types of comments can be included in a C++ program.  C-style
  2. comments begin with "/*" and end with "*/".  This type of comment
  3. can span more than one line.
  4.