dXu23 / Beej-Network-Programming

A collection of all the files/functions used in Beej's Guide to Network Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beej's Guide to Network Programming Files

This repo contains all of the files/functions used in Beej's Guide to Network Programming. Certain liberties have been taken in typing out the code. For one, C11 now has a way to initialize structs, so using memset and then setting the fields individually has been replaced with just using struct initializer lists.

About

A collection of all the files/functions used in Beej's Guide to Network Programming


Languages

Language:C 97.6%Language:Makefile 2.4%