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

Exceptional C++中文版

Exceptional C++中文版
作者:[法] 让-保罗·萨特
译者:卓小涛
出版社:中国电力出版社
出版年:2003-03
ISBN:9787508314853
行业:计算机
浏览数:66

内容简介

本书详细地讨论了如何编写健壮高效的代码以及模块设计技术。本书采用了自问自答的语言风格,它讨论了实际程序设计中普遍存在的,又非常不易察觉的问题,并且进行了深刻的分析,提出了具有广泛意义的解决方案。本书值得每个想成为优秀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.

......(更多)

猜你喜欢

点击查看