好书推荐 好书速递 排行榜 读书文摘

More Exceptional C++

More Exceptional C++
作者:Herb Sutter
副标题:40 New Engineering Puzzles, Programming Problems, and Solutions
出版社:Addison-Wesley Professional
出版年:2001-12
ISBN:9780201704341
行业:计算机
浏览数:68

内容简介

More Exceptional C++ continues where Herb Sutter's best-selling Exceptional C++ left off, delivering 40 puzzles that illuminate the most challenging -- and most powerful -- aspects of C++. More Exceptional C++ offers many new puzzles focused on generic programming and the C++ Standard Template Library, including important techniques such as traits and predicates, as well as key considerations in using standard containers and algorithms -- many of them never covered elsewhere. More Exceptional C++ contains a detailed new section (and two appendices) on optimization in single- and multithreaded environments. It also provides important new insights on crucial topics first introduced in Exceptional C++, including exception safety, generic programming, and memory management. For all C++ programmers.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

精简会带来晦涩,过度的精简不适合应用到产品代码中。 准则:尽量提高可读性,避免编写晦涩的精简代码。

If you're looking to improve efficiency in some way, always look to your algorithms and data structures first.

......(更多)

猜你喜欢

点击查看