Difference between revisions of "Coding Style"

Jump to navigation Jump to search
2 bytes added ,  23:46, 5 April 2012
Line 47: Line 47:
11. For type cast type name must be enclosed in brackets, without spaces. For example: '''(DWORD)x'''.
11. For type cast type name must be enclosed in brackets, without spaces. For example: '''(DWORD)x'''.
   
   
12. It is recommended to use the dollowing typedefs as a replacement for some system data types:
12. It is recommended to use the following typedefs as a replacement for certain system data types:
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 60: Line 60:
| QWORD || instead of system's 64 bit unsigned integer
| QWORD || instead of system's 64 bit unsigned integer
|}
|}


= Coding style for Java =
= Coding style for Java =
AutoPatrol
191

edits

Navigation menu