1
edit
Changes
no edit summary
</p>
{| class="wikitable sortable" border="1" cellpadding="5" align="leftcenter"
! Prefix !! Data Type
|-
|}
== Coding Style ==
* reference from the book of "Thinking in C++,Bruce Eckel
=== File names ===
to use cpp for implementation files and h for header files.<br/>
Note that when including Standard C++ header files,<br/>
the option of having no file name extension is used,<br/>
i.e.: #include <iostream>.
=== Parentheses, braces, and indentation ===