This repository has examples from the Beej guides. Well, the ones related to C, rather.
Found under c-tutorial in the repository root, and are working examples from the book Beej's Guide to C — Tutorial.
To compile all examples:
git clone https://github.com/juliojimenez/beej
cd beej
cd c-tutorial
make
Clean up:
make clean
Found under network-guide in the repository root, and are working examples from the book Beej's Guide to Network Programming.
To compile all examples:
git clone https://github.com/juliojimenez/beej
cd beej
cd network-guide
make
Clean up:
make clean