Search:

Type: Posts; User: casesensitive

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    5,483

    Yea I understand it now. I was playing with it a...

    Yea I understand it now. I was playing with it a bit. m got assigned the result from entire expression True. 1.
    But it still gets read from right to left and || and && neither has presedance over...
  2. Replies
    8
    Views
    5,483

    if (a>b && c>d) { e=100; } this means both...

    if (a>b && c>d)
    {
    e=100;
    }

    this means both have to evauluate to true for the code blocks within the expression to happen (e get the value of 100 loaded into it)

    If b is greater than a or d...
  3. Replies
    16
    Views
    2,692

    No coding exp is needed to hack games.

    No coding exp is needed to hack games.
Results 1 to 3 of 3