Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 317 Bytes

File metadata and controls

10 lines (7 loc) · 317 Bytes

C++ Sockets Server Client Example

Build server and client

g++ server.cpp -o server g++ client.cpp -o client

Run server and client in order on seperate terminals. You can run client with argument.

image