[
Lists Home |
Date Index |
Thread Index
]
Ok! it yours, but you have to pick up by yourself! Beware of the canons!
Those danes don't know how to program, just ask Hamlet, Bjarne
Stroustrup and Anders Hejlsberg. A bunch of loosers ;-)
GAME OVER!!!
On Thursday, March 13, 2003, at 04:46 PM, Tony Lavinio wrote:
>
>
> On 03-13-2003 10:28 AM, Niels Peter Strandberg wrote:
>> if (2b & !2b) {
>> out("That is the question!");
>> }
>
> (2b || !2b)
>
> 1. & is the bitwise operator, so the first-order error is & -> &&.
> 2. && the wrong operator, so the second-order error is && -> ||
>
>
>
>
>
|