mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Documentation/NuttXCCodingStandard.html: Yet another small addition to the C++ coding standard overview.
This commit is contained in:
@@ -2765,6 +2765,10 @@ error:
|
||||
There is currently no requirement to conform any specific C++ version.
|
||||
However, for portability reasons, conformance to older, pre-C++11 standards is encouraged where reasonable.
|
||||
</p>
|
||||
<li>
|
||||
<p>
|
||||
C++ file name extensions: The extension <code>.cxx</code> is used for C++ source files; the extension <code>.hxx</code> is used for C++ header files.
|
||||
</p>
|
||||
<li>
|
||||
<p>
|
||||
All naming must use <i>CamelCase</i>.
|
||||
|
||||
Reference in New Issue
Block a user