Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C++ Secure Coding Standard: "EXP00-CPP. Use parentheses for precedence of operation"

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup

...

" ac:schema-version="1" ac:macro-id="69935f69-7922-40ba-b53b-9507f384f1f6"><ac:plain-text-body><![CDATA[

[[ESA

...

2005

...

AA.

...

Bibliography#ESA

...

05]

...

]

...

Rule

...

65:

...

Use

...

parentheses

...

to

...

explicitly

...

indicate

...

the

...

order

...

of

...

execution

...

of

...

numerical

...

operators

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="47cf9611-11a7-43ad-b739-bc58bd0491a0"><ac:plain-text-body><![CDATA[

[[Tutorials 2008

AA. Bibliography#Tutorials 08]]

[Expressions, Statements, and Blocks

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/expressions.html]

...

]]></ac:plain-text-body></ac:structured-macro>

 

Operators

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f7f30f74-8ebb-4f2a-9431-4e2270a183ea"><ac:plain-text-body><![CDATA[

[[Rogue 2000

AA. Bibliography#Rogue 2000]]

Rule 77: Clarify the order of operations with parentheses

]]></ac:plain-text-body></ac:structured-macro>

...

EXP05-J. Use braces for the body of an if, for, or while statement      02. Expressions (EXP)      EXP07-J. Understand the differences between bitwise and logical operators