home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SCRPTEXM.PAK / CODEOWL.DAT < prev    next >
Encoding:
Text File  |  1997-05-06  |  519 b   |  23 lines

  1. CODEOWL.DAT: OWL code library file.
  2.  
  3. MAIN FILE: CODELIB.SPP
  4.  
  5. NOTES: Enter library entries. The first line of each entry must be the
  6.   entry marker, immediately followed by a description. The code begins
  7.   on the line following the description, and extends until the next
  8.   marker or EOF.
  9.  
  10. <*>Example entry: Application class def
  11. class T? : public TApplication {
  12.   public:
  13.     T?(const char far* name) : TApplication(name) {}
  14.  
  15.     void   InitMainWindow();
  16. };
  17.  
  18. <*>Example entry 2
  19. SomeOWLCode(){
  20.  
  21.  
  22. }
  23.