4.Demo Program
There are about 5 demo programs provided on the company floppy disk or CD- ROM.
The source programs for library & demo programs are all provided on the disk. These demo programs will help users to solve real world problems.
• | \TC\*.* | Æ for Turbo C 2.xx or above |
• | \TC\LARGE\*.* | Æ for large model |
• | \TC\LARGE\LIB\*.* | Æ for library source code |
• | \TC\LARGE\DEMO?\*.* | Æ demo program source code |
• | \TC\LARGE\LIB\PIO.H | Æ library header file |
• | \TC\LARGE\LIB\PIO.C | Æ library source file |
• | \TC\LARGE\LIB\A.BAT | Æ compiler file |
• | \TC\LARGE\LIB\B.BAT | Æ link file |
• | \TC\LARGE\LIB\PIO.LIB | Æ library file |
• | \TC\LARGE\DEMO1\PIO.H | Æ library header file |
• | \TC\LARGE\DEMO1\DEMO1.C | Æ demo1 source file |
• | \TC\LARGE\DEMO1\DEMO1.PRJ | Æ TC project file |
•\TC\LARGE\DEMO1\IOPORTL.LIB Æ I/O port library file
• \TC\LARGE\DEMO1\PIO.LIB | Æ library file |
•\TC\LARGE\DEMO1\DEMO1.EXE Æ demo1 execution file
|