Introduction - If you have any usage issues, please Google them yourself
Chapter 6 the example source program two - machine communication pport
Running this program requires several header files from tc. It is recommended to modify the include directory entry in the options menu to the directory under tc's include (see the first chapter of this book for details); Or copy the source program to the tc directory. In the example of this chapter, because of the embedded assembly code in pport.c, the reader will have to enter TCC -B d:\tc\source\pport. C on the command line to compile the pport. C; Then you need to compile server.c and Clint. C to get two execution files.
Packet : 89346518computerpport.rar filelist
第六章实例源程序双机通信pport\CLIENT.C
第六章实例源程序双机通信pport\CLIENT.EXE
第六章实例源程序双机通信pport\PPORT.C
第六章实例源程序双机通信pport\PPORT.H
第六章实例源程序双机通信pport\readme.txt
第六章实例源程序双机通信pport\SERVER.C
第六章实例源程序双机通信pport\SERVER.EXE
第六章实例源程序双机通信pport