How to emulate OOP with C?
- by Francisco Garcia
I would like to know which articles or books are good to use OOP concepts in C.
I mean things like using function pointers to emulate classes, strict naming conventions to emulate namespaces, and things like that. Also a reference about how to code in C different types of UML diagrams would be great.