home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06212.TXT < prev    next >
Encoding:
Text File  |  1993-11-18  |  284 b   |  6 lines

  1. Here, the member function mark() accesses the member "one" by
  2. name.  Member functions use the same syntax for member bit fields
  3. as for data members of other types.  Exceptions are that there
  4. cannot be a pointer to a bit field and the address operator,
  5. ampersand, cannot be used.
  6.