Search:

Type: Posts; User: op@op

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,547

    Ah I understand with the code example, thanks

    Ah I understand with the code example, thanks
  2. Replies
    13
    Views
    1,547

    Ok, so it decays to a pointer, but that did not...

    Ok, so it decays to a pointer, but that did not answer the user's question and I am interested since I have a similar question.

    Why is it ok in the following case? Due to the fact that arr is a...
  3. Replies
    5
    Views
    2,091

    You may also be interested in the following The...

    You may also be interested in the following
    The C Book — Variable numbers of arguments
  4. Replies
    6
    Views
    1,531

    If you prematurely freed the head, you would lose...

    If you prematurely freed the head, you would lose track of the rest of your LL (memory leak).
    Notice you are freeing the var current, then trying to dereference it (->).


    // Temporary variable...
Results 1 to 4 of 5