Hacker News new | ask | show | jobs
by tomcat27 2041 days ago
I have not written C in years but remember by heart their coding style in the book. The strcpy(s, t) they present is around 2 lines code looking something like this expression: `s++=t++`. (please don't code review here.. haha).

At that time I was writing verbose loops in class assignments to write similar functions. Looking their code made a strong positive impact. Their codes are poetic.

And the way they unfold topics in the book is so good. Structures and pointers often confusing many people I knew were natural in their book.