|
|
|
|
|
by modernclearning
3030 days ago
|
|
“C Interfaces and Implementations” by David R. Hanson is what I used when I had a similar concern a few years ago. It’s from 1997, so no, it doesn’t cover the newest C standards, which I understand is your main concern. Though C11 didn’t add too much semantically, for what it’s worth. That said, the book provides great design patterns for writing C in an object-oriented sort of manner, more idiomatic to OOP. Peter Hintjens was writing “Scalable C” a couple years ago, but recently died, and never got very far unfortunately. |
|