Changes

Jump to: navigation, search

OOP344 - FjXR - 20102

356 bytes added, 14:56, 31 May 2010
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 ===
1
edit

Navigation menu