SocketChat:基于sockets的C++聊天

时间:2024-07-22 03:51:13
【文件属性】:

文件名称:SocketChat:基于sockets的C++聊天

文件大小:12.48MB

文件格式:ZIP

更新时间:2024-07-22 03:51:13

C++

套接字聊天 基于网络的C++聊天 此聊天仅支持一对一交流。 要开始聊天,您需要启动 ./Debug/chat_server_oop_v0.1.exe 然后启动 ./Debug/chat_client_oop_v0.1.exe,在服务器的客户端窗口类型 ip,例如 127.0.0.1,在服务器窗口中您会看到一个 '用户在线”消息。 如果您有 MS Visual Studio,则可以打开此项目进行编辑。 为此,您需要在根目录中打开 chat_server_opp_v01.sln。 然后您将看到由两个子项目(客户端和服务器)组成的项目。 玩得开心!


【文件预览】:
SocketChat-master
----chat_client_oop_v0.1120310.vsp(148KB)
----ipch()
--------chat_client_oop_v0.1-337b91b7()
--------chat_server_oop_v0.1-f7f560e7()
----chat_server_oop_v0.1()
--------ReadMe.txt(3KB)
--------chat_server_oop_v0.1.cpp(242B)
--------chat_server_oop_v0.1.vcxproj.user(143B)
--------Client.h(500B)
--------chat_server_oop_v0.1.vcxproj(4KB)
--------stdafx.h(363B)
--------Debug()
--------stdafx.cpp(367B)
--------Server.h(435B)
--------targetver.h(346B)
--------chat_server_oop_v0.1.vcxproj.filters(2KB)
--------Server.cpp(2KB)
----Debug()
--------chat_client_oop_v0.1.pdb(707KB)
--------chat_client_oop_v0.1.ilk(412KB)
--------chat_server_oop_v0.1.pdb(691KB)
--------chat_server_oop_v0.1.exe(21KB)
--------chat_server_oop_v0.1.instr.pdb(779KB)
--------chat_client_oop_v0.1.exe(40KB)
--------Chat_client-v.01.pdb(691KB)
----README.md(548B)
----chat_client_oop_v0.1()
--------ReadMe.txt(3KB)
--------Client.h(557B)
--------Client.cpp(2KB)
--------chat_client_oop_v0.1.vcxproj(4KB)
--------stdafx.h(363B)
--------Debug()
--------stdafx.cpp(367B)
--------chat_client_oop_v0.1.cpp(360B)
--------chat_client_oop_v0.1.vcxproj.filters(2KB)
--------targetver.h(346B)
--------chat_client_oop_v0.1.vcxproj.user(143B)
----chat_server_oop_v0.1.sln(1KB)
----chat_server_oop_v0.1.sdf(30.08MB)
----chat_server_oop_v0.1.suo(27KB)

网友评论