Search:

Type: Posts; User: dibble

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    30,171

    I can see how that works. Thank you for your...

    I can see how that works. Thank you for your help, much appreciated.
  2. Replies
    8
    Views
    30,171

    Sorry if stupid question, but what do you mean...

    Sorry if stupid question, but what do you mean due to the comma operator? That syntax works when assigning values to the elements....im confused :/

    what would the correct syntax be?

    thank you...
  3. Replies
    8
    Views
    30,171

    would this syntax work? int num[4]; ...

    would this syntax work?




    int num[4];

    if(num[0, 1, 2, 3] == 0)
    {
    //do something
  4. Replies
    8
    Views
    30,171

    multiple conditions - if statement

    Hi,

    In an if statement i want to check multiple conditions (for the same result), but am thinking that there is a quicker way....at the moment ive got it working as follows:



    if('x' == 0 &&...
Results 1 to 4 of 4