home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03092.TXT < prev    next >
Encoding:
Text File  |  1993-08-10  |  276 b   |  6 lines

  1. A valid C++ identifier is made up of at least one letter followed
  2. by letters and digits.  An identifier cannot begin with a digit,
  3. and it cannot include any characters that are not letters or
  4. digits.  In identifiers, an underscore character is considered to
  5. be a letter.
  6.