Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

           Type Header


     Each type, class,  and  structure  definition  has  an associated
     header which comes  after  the definition.  This header describes
     the  item and how it might be used and defines the members of the
     structure or class.  The class header has the following format:

     // Class // (or Type, Structure)

     class definition goes here

     // Description ---------------------------------------------
     //
     //        A brief description of the item and how to use it.
     //
     // Members of the class or structure are listed here.
     //
     // End -----------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson