If you want a private class that is local to a file, then create a private header file only included by that source file. For example, myfile_internal.h and define your classes there.
If you want a private class that is local to a file, then create a private header file only included by that source file. For example, myfile_internal.h and define your classes there.
doberkofler (2nd March 2010)
Bookmarks