Skip to content

in-novative/Lab6_Socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab6_Socket

server.cpp需要在类unix平台编译,g++ ./server/server.cpp -o ./server/server.exe -pthread

client.cpp需要在Windows平台编译,g++ -std=c++11 ./client/client.cpp -o ./client/client.exe -lwsock32

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages