Ask HN: What's the best programming book you've read recently?
31–40 of 92 posts
Re: Ask HN: What's the best programming book you've read recently?
#32Re: Ask HN: What's the best programming book you've read recently?
#33Re: Ask HN: What's the best programming book you've read recently?
#34"C# In Depth, 3rd edition" by Jon Skeet. I had been falling behind on the new stuff added to .NET and C# and this is a good way to get back on the curve.
Re: Ask HN: What's the best programming book you've read recently?
#35Re: Ask HN: What's the best programming book you've read recently?
#36"Peopleware" http://www.amazon.com/Peopleware-Productive-Projects-Second-... , a lot of insights and ideas how to build great teams. Great to read for developers, team leads and managers. "The art of multiprocessor programming", excellent book on parallel programming theory with code explanations: http://www.amazon.com/gp/product/0123705916?ie=UTF8&tag=nirs...
Re: Ask HN: What's the best programming book you've read recently?
#37Stroustrup's "A Tour of C++" is a great overview of C++11 and modern C++. It's not very long and worth a read to see what's new in the C++ world. The audience is aimed at people who already know C++ but want to know what's new with the latest version. I've been doing a lot more with C++11 recently and am really impressed with the language--dare I say C++ is actually fun to use.