Recommendation: Do not use literal true in conditional expressions. Avoid using literal false in conditonal expressions.
This is due to the discussed issues regarding the possibility of multiple non-false values in C/C++.
This blog contains information about my book Imperfect C++, additional information about imperfections that are discussed in the book, and new imperfections that have been highlighted since the book's publication.
No comments:
Post a Comment