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

Exceptional C++中文版

Exceptional C++中文版
作者:Herb Sutter
译者:聂雪军
出版社:机械工业出版社
出版年:2007-01
ISBN:9787111202585
行业:计算机
浏览数:27

内容简介

《Exceptional C++中文版》通过示例的方式来讲述如何用标准C++进行的软件开发。您是否喜欢解决一些复杂的难题?是否喜欢编写健壮的和可扩展的代码?那么您可以花几分钟的时间来研究一些很难的C++设计问题和编程问题。

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

If a function isn't going to handle (or translate or deliberately absorb) an exception, it should allow the exception to propagate up to a caller who can handle it.

Always structure your code so that resources are correctly freed and data is in a consistent state even in the presence of exceptions.

......(更多)

猜你喜欢

点击查看