Description: Under Linux using C language implementation of chat rooms, to achieve the registration, user login Login tourists, one to one chat
To Search:
File list (Check if you may need any files):
chatroom\client
........\include\client.h
........\.......\command.h
........\.......\common.h
........\.......\file.h
........\.......\list.h
........\.......\packet.h
........\.......\server.h
........\.......\service.h
........\main
........\Makefile
........\objs\client.o
........\....\clientcommand.o
........\....\command.o
........\....\common.o
........\....\file.o
........\....\main.o
........\....\packet.o
........\....\server.o
........\....\service.o
........\....\socket.o
........\source\client
........\......\client.c
........\......\client.h
........\......\client.o
........\......\clientcommand.c
........\......\command.c
........\......\command.h
........\......\command.o
........\......\common.c
........\......\common.h
........\......\common.o
........\......\debug.c
........\......\file
........\......\file.c
........\......\file.h
........\......\file.o
........\......\list.h
........\......\main
........\......\main.c
........\......\main.o
........\......\Makefile
........\......\packet.c
........\......\packet.h
........\......\packet.o
........\......\server.c
........\......\server.h
........\......\server.o
........\......\service.c
........\......\service.h
........\......\service.o
........\......\socket.c
........\......\socket.o
........\......\usr.db
........\test\client
........\....\client.c
........\....\getpass
........\....\getpass.c
........\include
........\objs
........\source
........\test
chatroom