Introduction - If you have any usage issues, please Google them yourself
linux using C language to write the chat program!/* BUG and NOTE: Not join protect to Shared Memory Segments, example Semaphore Arrays.Not check the parameters validity.When transmit may be error.If the client program no right exit, others cannot know, the service program shouldbe check the client program whether exist timing.The program when exit (), it do not delete the Shared Memory Segments, you maybe use atexit () but the program have some processes.When one process is exit (), others is continue.The service program s action is few.And so on.* /
Packet : 7941972linux_c_chat.rar filelist
client.c
service.c