jmarkowski / design-patternsLinks
Example C implementations of design patterns from the gang of four
☆15Updated 3 years ago
Alternatives and similar repositories for design-patterns
Users that are interested in design-patterns are comparing it to the libraries listed below
Sorting:
- Code samples for the book Patterns in C☆184Updated 9 years ago
- Linear Linked List Library☆51Updated last year
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆268Updated last year
- Practical design patterns in C☆446Updated 2 years ago
- Framework and Plugin design in C☆243Updated 11 months ago
- A simple logging library for C/C++☆160Updated last year
- Fixed Block Memory Allocator in C☆25Updated 3 months ago
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated last year
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆254Updated last year
- Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-su…☆159Updated 2 weeks ago
- Basic logger for C and C++ projects☆118Updated 5 years ago
- An framework that provides extensions to the standard library with object oriented design in C☆26Updated 6 years ago
- A simple string that can be passed to most library functions, e.g. printf, and supports its own methods such as add, insert, replace, and…☆21Updated 4 years ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- Simple hash table implemented in C☆180Updated last year
- A lightweight header only logging library for C☆56Updated 3 years ago
- A collection of commonly used C MACROS☆146Updated 2 years ago
- A set of efficient data structures in C, created in a generic way☆41Updated 2 years ago
- Fast and lightweight math expression evaluator in C99☆144Updated 5 years ago
- My own C library. Probably don't use it.☆34Updated 5 years ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆584Updated last year
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- Simple and yet powerful cross-platform C library providing data structures, algorithms and much more☆69Updated this week
- 24-bit BMP (Bitmap) ANSI C header library☆90Updated 6 years ago
- A collection of algorithms for data structure manipulation in C☆110Updated 2 years ago
- A tiny, fast, simple, single-file, BSD-licensed CSV parsing library in C.☆50Updated 3 years ago
- A fork of Paul Hsieh's Better String Library☆154Updated this week
- source code of The Standard C Library, by Plauger☆328Updated 9 years ago
- PBL is an MIT License open source C-language library of functions that can be used in a C or C++ project. PBL is highly portable and comp…☆42Updated 9 months ago
- An easy-to-use object-oriented system for the C programming language☆13Updated 7 years ago