home *** CD-ROM | disk | FTP | other *** search
- //
- // Copyright 1989 - Wessex Data Systems, Inc
- // A license is granted to use and distribute this file as long as it is
- // not included as part of any commercial product. This copyright notice
- // may not be removed when distributing this file or its contents.
- //
- // This file contains some sample classes to be used with the class
- // program
-
- // To use the class program:
- //
- // C> class sample.cpp
- //
- // This outputs to the screen
- //
- // C> class sample.cpp > lpt1:
- //
- // This outputs to the printer
- //
-
- #include <stdio.h>
-
- #include "sample.hpp"
-
-
- main()
- {
- int i;
- };
-