Search:

Type: Posts; User: chronoz13

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,142

    Re: the use of && or & or || or |

    thats the answer im looking for..... using these operators in certain situation.. like the book said.. "we will most likely never ecounter a situation where we cannot use the double ampersand (&&)...
  2. Replies
    5
    Views
    3,142

    Re: the use of && or & or || or |

    oh? i thought they are booleans ... so its for bitwise.....
  3. Replies
    5
    Views
    3,142

    the use of && or & or || or |

    when using the && if the first operand is evaluated into false, then the whole operation is false,
    while using the || if the first operand is evaluated into true, the the whole operation is true,...
Results 1 to 3 of 3