[FW]C Coding Standards Quick Reference[11]

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

本文简介:

Comments shall not be nested.

Constants                                                        4.3

const shall be used instead of #define.

NULL shall not be used.

Constants shall be used instead of hard coded numbers.

Exceptions                                                      4.4

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

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

go top