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]

           File Naming


     Files which  contain class definitions are named after the class,
     with some alterations necessary due to the MS-DOS eight-character
     file  name  limit.  The  file  SET.H,  therefore,   contains  the
     definition for the  class  Set.  Additionally,  the  file SET.CPP
     contains the implementation of  member  functions  for  the class
     Set. If no member functions are needed, the .CPP file for a class
     is omitted.

     Header files contain  preprocessor directives to prevent multiple
     inclusion.  Each  header  file  tests  for   the   definition  of
     __<filename>_H, and if this  symbol is not defined, defines it.

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