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

  1. Static member definitions must be placed outside the class
  2. definition.  Since members can be defined only once, a convention
  3. is to place the definition of static data members in the same file
  4. as the definitions of class member functions.
  5.