...
Automated detection of floating-point loop counters is straightforward.
Related Guidelines
C Secure Coding Standard |
...
"FLP30-C. Do not use floating point variables as loop counters" | |
C++ Secure Coding Standard |
...
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5fdeba4d07fde307-0ad4dcf8-46dc4f95-b0778a4d-c3a758ea1122665d4d9260ad"><ac:plain-text-body><![CDATA[ | [[Bloch 2005 | AA. Bibliography#Bloch 05]] | Puzzle 34: Down for the Count | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3c11430ea26b5b99-59f2a397-4f494474-9caa930b-5c60365687d8f156e9639162"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | [§4.2.3, "Floating-Point Types, Formats, and Values" | http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.2.3] | ]]></ac:plain-text-body></ac:structured-macro> |
...