Search:

Type: Posts; User: jazza_rockz

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,370

    Now that i look at it, i havent actually gotten...

    Now that i look at it, i havent actually gotten as far as std::cout << !( 1 || 0 ) << std::endl;
    so i don't exactly know what it is im doing.

    is there any other way to do it?
  2. Replies
    6
    Views
    1,370

    Having Trouble with boolean

    Hey guys

    i've just started learning C++ and im stuck with boolean

    in the tutorial it shows:



    A. !( 1 || 0 ) ANSWER: 0
    B. !( 1 || 1 && 0 ) ANSWER: 0 (AND is evaluated before...
Results 1 to 2 of 3