...
This guideline appears in the C Secure Coding Standard as ERR02-C. Avoid in-band error indicators and in the C++ Secure Coding Standard as ERR07-CPP. Use exception handling rather than error codes.
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2b98789c-3e4b-40db-8382-82d7e4d31bd6"><ac:plain-text-body><![CDATA[ | [[API 2006AA. References#API 06] ] | [Class Readerhttp://download.oracle.com/javase/6/docs/api/java/io/ Reader.html] ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="af8aa27c-6389-45f7-89f1-8a97e9dcb5cb"><ac:plain-text-body><! [CDATA[ [[JLS 2011AA. References#JLS 11] ] | Chapter 11, Exceptions ]]></ac:plain-text-body></ac:structured-macro> |