Code samples for the book Patterns in C
C C++
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
1_FirstClassADT
2_State
3_Strategy
4_Observer
5_Reactor
doc/imgs
.gitignore
README.md

README.md

Patterns in C

This repository contains the code samples from my book Patterns in C.

Patterns in C.

Please note that the code samples are just fragments and not intended to stand on their own. They're intended to accompany the chapters in the book. Some variations and alternative implementations have been left out.