Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 359 Bytes

Socket

C++实现Socket编程

注意:文件中的pch.h和pch.cpp都没有用到,使用的时候直接复制server.cpp等这些文件的代码即可

email是一个单独的文件,实现qq邮箱发送邮件

client和server是一组,实现客户端和服务器之间的通信

而ChatRoom_server和CharRoom_client是一组,实现了聊天室功能