Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 277 Bytes

Socket programming examples in C++

Simple examples that show how to do socket programming in C. Use

make

to compile the code in each directory.

Simple Stream-based Server and Client

Simple Datagram-based Server and Client

A Select-based Chat Room Server