Search:

Type: Posts; User: Panda_

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,123

    Question - If(...)

    Hi guys

    Is it true that writing


    if(3 == a) {}

    is better than
  2. Thread: Basic Questions

    by Panda_
    Replies
    15
    Views
    3,823

    Ok i got it.... thanks a lot. Does anybody...

    Ok i got it.... thanks a lot.

    Does anybody know in which order this expression gets evaluated?

    *&a++
  3. Thread: Basic Questions

    by Panda_
    Replies
    15
    Views
    3,823

    Thanks guys for your help. If you don't mind...

    Thanks guys for your help.

    If you don't mind there's one more question:

    which type do variables from
    "int * a,b"
    have?
  4. Thread: Basic Questions

    by Panda_
    Replies
    15
    Views
    3,823

    Thanks. It's never ever possible to return an...

    Thanks.

    It's never ever possible to return an array?

    And another question:

    Why do the following ones do not return the same result?

    1. int *a = address; a++
    2. char *a = address; a++
  5. Thread: Basic Questions

    by Panda_
    Replies
    15
    Views
    3,823

    Basic Questions

    Hallo Guys

    I have some basic questions about C Programming, 'cause i'm not very good in it.

    Why is it impossible for an Array-initializing function to do the following ?

    int[] init() {...
Results 1 to 5 of 5