CHAT_ROOM
代码说明:
本代码是Linux编程,使用gtk编程,做成一个私人聊天室,有用到多线程、数据库等。源码分为用户端和服务器端两部分。由于是新手,第一次使用gtk,界面很糙,但功能大都实现。用户有超级用户和普通用户之分。加粗为超级用户特有功能。 未完成:在封装Makefile时链接库一直不成功,故没有实现Makefile。 全部功能如下: 1 登陆 2 注册 3 踢人 4 解禁 5 禁言 6 私聊 7 群聊 8 好友列表(在线) 9 文件传输 10 个人资料设置(The code is Linux programming, use gtk program, made a private chat room, helpful to multithreading, s, etc. Source divided into client and server-side two parts. Because it is a novice, the first use of gtk, the interface is very rough, but mostly functional implementation. The user has super user and ordinary users of the points. Bold unique features for power users. Incomplete: When the package Makefile link library has been unsuccessful, it did not achieve Makefile. All functions are as follows: 1 landing 2 Register 3 kicking 4 lifted 5 gag 6 Whisper 7 hangout 8 friends list (online) 9 file transfer 10 profile settings)
文件列表:
CHAT_ROOM
.........\gtk0.3
.........\......\chatting_records.c,1800,2016-03-23
.........\......\chat_room.h,3878,2016-03-23
.........\......\chu_group.txt,40,2016-03-23
.........\......\chu_root.txt,66,2016-03-23
.........\......\client_main.c,2621,2016-03-12
.........\......\disable_msg.c,430,2016-03-13
.........\......\disable_msg_fail.c,487,2016-03-13
.........\......\disable_msg_success.c,434,2016-03-15
.........\......\disable_send_msg.c,1433,2016-03-15
.........\......\display_recv.c,552,2016-03-23
.........\......\display_send.c,1169,2016-03-23
.........\......\enable_msg.c,429,2016-03-15
.........\......\enable_msg_fail.c,486,2016-03-13
.........\......\enable_msg_success.c,433,2016-03-13
.........\......\enable_send_msg.c,1424,2016-03-14
.........\......\group_chat.c,1934,2016-03-14
.........\......\group_chat_recv.c,844,2016-03-23
.........\......\group_recv_info.c,869,2016-03-23
.........\......\hello.txt,328,2016-03-15
.........\......\interface.c,2455,2016-03-23
.........\......\login.c,1466,2016-03-13
.........\......\login_name_fail.c,446,2016-03-12
.........\......\login_pass_fail.c,440,2016-03-12
.........\......\main,50448,2016-03-23
.........\......\on_chatting_records.c,2335,2016-03-23
.........\......\on_disable_send_msg.c,599,2016-03-13
.........\......\on_enable_send_msg.c,483,2016-03-14
.........\......\on_group_send.c,1020,2016-03-23
.........\......\on_login.c,1693,2016-03-15
.........\......\on_private_send.c,1180,2016-03-23
.........\......\on_register.c,1265,2016-03-23
.........\......\on_send_txt.c,1480,2016-03-23
.........\......\on_set_user_msg.c,734,2016-03-15
.........\......\on_user_del.c,494,2016-03-15
.........\......\private_chat.c,2304,2016-03-23
.........\......\private_chat_recv.c,857,2016-03-23
.........\......\private_fail.c,424,2016-03-14
.........\......\private_recv_info.c,895,2016-03-23
.........\......\private_toname_fail.c,535,2016-03-14
.........\......\quit.c,246,2016-03-13
.........\......\quit_success.c,714,2016-03-13
.........\......\recv_choice.c,2025,2016-03-21
.........\......\recv_txt.c,223,2016-03-23
.........\......\recv_txt_end.c,477,2016-03-14
.........\......\register_fail.c,470,2016-03-12
.........\......\register_success.c,623,2016-03-21
.........\......\root_chu.txt,83,2016-03-23
.........\......\root_group.txt,42,2016-03-23
.........\......\root_interface.c,3013,2016-03-23
.........\......\send_txt.c,1317,2016-03-23
.........\......\send_txt_fail.c,481,2016-03-14
.........\......\send_txt_success.c,442,2016-03-14
.........\......\send_txt_toname.c,1588,2016-03-23
.........\......\set_user_msg.c,2173,2016-03-15
.........\......\set_user_msg_success.c,441,2016-03-15
.........\......\user_del.c,1437,2016-03-13
.........\......\user_delete.c,715,2016-03-13
.........\......\user_del_fail.c,492,2016-03-13
.........\......\user_del_sucess.c,431,2016-03-13
.........\......\user_is_online.c,454,2016-03-12
.........\......\user_login.c,1967,2016-03-15
.........\......\user_register.c,1948,2016-03-13
.........\server
.........\......\a.out,17257,2016-03-23
.........\......\book.db,25600,2016-03-23
.........\......\chat_room.h,2878,2016-03-21
.........\......\disable_send_msg.c,869,2016-03-13
.........\......\display.c,673,2016-03-12
.........\......\enable_send_msg.c,756,2016-03-14
.........\......\find_usr.c,1610,2016-03-21
.........\......\group_chat.c,928,2016-03-14
.........\......\login_msg.c,1745,2016-03-21
.........\......\private_chat.c,1018,2016-03-14
.........\......\quit.c,613,2016-03-21
.........\......\read_choice.c,1939,2016-03-21
.........\......\save_usr.c,476,2016-03-23
.........\......\send_txt.c,555,2016-03-14
.........\......\send_txt_end.c,637,2016-03-14
.........\......\server_main.c,1778,2016-03-12
.........\......\set_user_msg.c,587,2016-03-15
.........\......\user_del.c,838,2016-03-14
.........\......\usr_online.c,466,2016-03-21
.........\说明.txt,404,2016-05-25
下载说明:请别用迅雷下载,失败请重下,重下不扣分!