home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.16 < prev    next >
Encoding:
Text File  |  1993-11-06  |  339 b   |  9 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.15%Previous / %F,15,COMMONC.17%Next
  2.  
  3.                  %C,1%Names of Nested Classes
  4.  
  5. In C++, the name of a nested class is local to its enclosing class.
  6. In ANSI C, the name of the nested structure belongs to the same
  7. scope as the name of the outermost enclosing structure.
  8.  
  9.