[FW]C Coding Standards Quick Reference[17]

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

本文简介:

Consistent naming conventions shall be used.

Type Conversion                                          4.12

C++ style casts shall be used instead of C style.

Variables                                                      4.13

Every variable that is declared shall be given a value before it is used.

The size of the least significant (rightmost) dimension of an externally declared array variable shall not be specified.

Type conversions shall be explicitly cast.

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

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

go top