Should I learn to implement OOP in C? Are there projects that use OOP in C?

前端 未结 6 645
闹比i
闹比i 2020-12-28 17:50

Recently, I finished reading K&R with its, almost all, exercises and examples. I was planning to move to \"Accelerated C++\" that I came across Axel Schreiner\'s book OO

6条回答
  •  悲&欢浪女
    2020-12-28 18:34

    It can be, but without the destruction-time function-calls provided by other OOP languages, it's not that useful. In addition, if you need OOP, there's always C++, where your code is virtually instantly portable to it.

提交回复
热议问题