[FW]C Coding Standards Quick Reference[16]

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

本文简介:

Every include file shall contain a mechanism that prevents multiple inclusions of the file.

Header files shall be self sufficient.

Memory Allocation                                      4.10

Malloc, realloc and free shall not be used.

Empty brackets ("[]") shall be provided for delete when deallocating arrays.

Naming Convention                                     4.11

Legal identifier name values shall be those specified by the ANSI C++ standard.

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

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

go top