DEV Community

Discussion on: What's the last technical book you read?

Collapse
 
sandordargo profile image
Sandor Dargo

The last one I read was Functional programming in C++. If you are a C++ developer and interested in functional concepts it's a must to read. But even if you are not interested that much in FP, the parts on STL, ranges, templates, and algebraic data types are worth the days/week you'll spend reading it and for sure will help you to become a better C++ programmer.