[FW]C Coding Standards Quick Reference[12]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

Classes shall be used to represent exceptions.

Destructors shall prevent exceptions from escaping.

Exceptions shall be caught by reference.



Expressions                                                    4.5

Assumption about any particular expression evaluation order shall be avoided.

Implicit logic tests shall be avoided.

All conditional expressions shall be explicit.

本文关键:[FW]C Coding Standards Quick Reference
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top