Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

wanzzhehe/Guess-Number-by-Asio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-Number-by-Asio

使用 Boost Asio 库开发的网络猜数小游戏

用法:

  • 服务器端:
./server
  • 客户端:
./query <hostip>
  • 样例:

样例