How to emulate OOP with C?

Posted by Francisco Garcia on Stack Overflow See other posts from Stack Overflow or by Francisco Garcia
Published on 2010-04-28T19:36:21Z Indexed on 2010/04/28 19:47 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c

    Related posts about tips-and-tricks