VBD Library Example Programs


Topics:

Overview
Example Program Index
Compiling


Overview

All the example programs are located in the "examples" subdirectory. Each component is separated into individual directories and has its own console based test program. The test programs serve as an example to demonstrate the concept presented and allow you to test each component of the class library after making modifications or when porting to another compiler.


Compiling the Test Programs

Several console based test programs examples with makefiles for each of the supported platform/C++ compilers are provided to test and demonstrate each component of the library.

WIN32 Compilers:
msvc.mak - Microsoft Visual C/C++ 4.2 and higher
bcc32.mak - Borland BCC32 5.5

UNIX Compilers:
hpux10.mak - HPUX 10.20 C++ front-end compiler version 10.24
hpux11.mak - HPUX 11.0 C++ compiler aC++ B3910B A.03.10
linux.mak - GNU C/C++ compiler g++ version egcs-2.90.29
solaris.mak - Sun WorkShop C++ 5.0 (4.2 compatibility mode)


End Of Document