Design-Patterns-in-C Alternatives
Similar projects and alternatives to Design-Patterns-in-C based on common topics and language
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
ll
Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more. (by a-p-jo)
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better Design-Patterns-in-C alternative or higher similarity.
Design-Patterns-in-C discussion
Design-Patterns-in-C reviews and mentions
Posts with mentions or reviews of Design-Patterns-in-C.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Which design patterns are easily expressed in C++ and which ones are notorious pitfalls, and why?
I would say maybe this isn't the way to look at it. The Template Method Pattern being largely regarded as an OOP pattern, I've seen it implemented in pure C without much fuss. virtual might facilitate the pattern in C++, but it doesn't exist for the pattern.
-
Does there exist a collection of design patterns / best practices for C programming?
Design Patterns in C
Stats
Basic Design-Patterns-in-C repo stats
2
423
3.4
over 1 year ago
huawenyu/Design-Patterns-in-C is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Design-Patterns-in-C is C.