(via Zack Weinberg)
What we have here is the top 106 books most often marked as "unread" by LibraryThing's users. As in, they sit on the shelf to make you look smart or well-rounded. Bold the ones you've read, underline the ones you read for school, italicize the ones you started but didn't finish. Add (*) beside the ones you liked and would (or did) read again or recommend. Even if you read 'em for school in the first place.
Posted in books at 2008/04/29 19:36; 0 comments
Review: C++ Network Programming Volume 1
I picked up C++ NPv1, partially to familiarize myself a bit with the ACE framework, but also in the hopes of gaining a deeper understanding of good C++ design and of useful patterns for networking code. As I am getting a little work in on my SSL implementation again, I thought it would be beneficial to see what has been done before.
Overall, I was let down. The book felt too broken up in focus, between C++ techniques, portability, patterns, and of course ACE itself. And the book is not that long to start with, so each individual topic was not given nearly the coverage it deserved. In the end the total amount of new knowledge I gained (excepting the parts directly related to using ACE) would probably sum to a few pages at best. Partially this disappointment stems from my high hopes - what I have seen of ACE is very impressive, and I started reading with the expectation that Schmidt would have some deep insights into C++-specific network programming techniques for me.
Posted in books at 2006/08/03 08:14; 0 comments