Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 160 Bytes

File metadata and controls

10 lines (7 loc) · 160 Bytes

client-server-messaging

Sending messages from client to server using Socket API and Cygwin

Compile

gcc server.c -o server
gcc client.c -o client