Tips and Pitfalls

Logical Flags


In addition to bool data type variables, many SPP programs use the macro predefined constants YES and NO as flag or switch values. Note that these are int constants, not bools. The bool literal constants are true and false


Generated with CERN WebMaker