Search:

Type: Posts; User: Trogdor27

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,216

    its a sig

    its a sig
  2. Replies
    10
    Views
    2,216

    Excellent, thank you for clarifying. Its all...

    Excellent, thank you for clarifying. Its all coming together now.
  3. Replies
    10
    Views
    2,216

    ok, i read that and it helps, but one question...

    ok, i read that and it helps, but one question still:

    How does ( 1 || 0 ) equal to 1?
    It means 1 or 0. Does the OR operator only look for either of the values to be one and then it is true? Can...
  4. Replies
    10
    Views
    2,216

    Ok, I'm working on the tutorial 2, and I sort of...

    Ok, I'm working on the tutorial 2, and I sort of understand the NOT operator, but the AND and OR are just beyond me. It gives this example:

    A. !( 1 || 0 ) ANSWER: 0
    B. !( 1 || 1 && 0 ) ...
  5. Replies
    10
    Views
    2,216

    Boolean operators

    Hi, I'm trying to go through the C++ tutorials, but I keep getting stumped when i hit the Boolean stuff. Could somebody please explain it in an easier way? Thanks
Results 1 to 5 of 5