

IICPPLIB  -  Inventec C++ Library
---------------------------------

Subdirectories of IICPPLIB:
   base        base C++ runtime-lib modules and common definitions
   comm        communications modules
   fio         file i/o modules
   gen         general utility modules
   obj_*       object module files (* = compiler mode code)
   spec_dos    MS-DOS specific modules
   spec_os2    OS/2 specific modules
   spec_w16    MS-Windows 16-bit specific modules
   spec_w32    MS-Windows 32-bit specific modules
   sys         system interface modules
   test        test programs (os-dependent, not associated to a single module)
   win         graphical user interface subsystem interface modules

Subdirectories of the IICPPLIB Source-subdirectories:
   asm_8086    8086 (16-bit) version of ASM routines
   asm_386     80386 (32-bit) version of ASM routines
   asm_c       portable C++ version of ASM routines
   exthdr      wrapper files for external header files
   int         module interface files (C++ header files)
   impl        module implementation files (OS-independent)
   impl_com    common OS-dependent module implementation files
   impl_dos    MS-DOS specific module implementation files
   impl_os2    OS/2 specific module implementation files
   impl_w16    MS-Windows 16-bit specific module implementation files
   impl_w32    MS-Windows 32-bit specific module implementation files
   imp_*       os/compiler specific implementations (* = compiler mode code)
   progs       utility programs and DLLs
   test        test and sample programs
   test_dos    MS-DOS specific test programs
   test_os2    OS/2 specific test programs
   test_w16    MS-Windows 16-bit specific test programs
   test_w32    MS-Windows 32-bit specific test programs

Compiler mode codes:
   o2g         OS/2 / GNU compiler
   db          MS-DOS / Borland compiler
   w1b         MS-Windows 16-bit EXE / Borland compiler
(  w1bd        MS-Windows 16-bit DLL / Borland compiler
   w3m         MS-Windows 32-bit / Microsoft compiler
