[FW]C Coding Standards Quick Reference[10]

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

本文简介:

All assignment operators shall guard against performing the action on itself.

An assignment operator of a derived class shall call the assignment operator of its base class.


Comments                                                      4.2

Every file that contains source code shall be documented with an introductory comment that provides information on the file name, its contents, and copyright information.

Every file that contains source code shall contain a revision history.

Files containing more that one function shall contain a function header for each function.

Code shall not be commented out.

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

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

go top