Originally Posted By: tfabris
using a single equals sign accidentally, turning the comparison into an assignment


...which can't happen with a modern compiler. A modern C++ compiler will require some extra parentheses to suppress the warning. The C# compiler won't allow it at all.

Your coding standard has a large portion of cargo cult in it.
_________________________
-- roger