Good Literature for "Object oriented programming in C"

Posted by Dipan Mehta on Programmers See other posts from Programmers or by Dipan Mehta
Published on 2012-10-16T04:24:54Z Indexed on 2012/10/16 5:28 UTC
Read the original article Hit count: 291

This is not a debate question about whether or not C is a good candidate for Object oriented programming or not. Quite often C is the primary platform where the development is happening.

I have seen, and hopefully learnt through crawling many open source and commercial projects - that while the language inherently doesn't stop you if you create "non-object" code. However, you can still think in the "Object" way and reasonably write code that captures this designs thinking. For those who has done this, OO way is still the best way to write code even when you are programming in C.

While, I have learnt most of it through the hard way, are there any deep literature that can help educate the relatively young guys about how to do OO programming in C?

© Programmers or respective owner

Related posts about object-oriented

Related posts about c