home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.15%Previous / %F,15,COMMONC.17%Next
-
- %C,1%Names of Nested Classes
-
- In C++, the name of a nested class is local to its enclosing class.
- In ANSI C, the name of the nested structure belongs to the same
- scope as the name of the outermost enclosing structure.
-
-