Hi, I see the following description in <>, the order is defined for && and || and a couple of other operators. These 2 evaluate their operands in a strict left-to-right oder, stopping when the result is known. Is this really true? I think the order is compiler dependent. Thanks.