/c-socket-example

C Socket example with client and server. The server implements a basic hash table. Junior System Developer interview coding assignment.

Primary LanguageC

C Socket example

Server reads file and stores it in a hash table. Client can connect to server socket and query for values in indata.dat.

Getting started

Screenshot

  • Set solution to multiple startup projects as seen in the image.
  • Run with F5.