Search:

Type: Posts; User: mrdiegus

Search: Search took 0.00 seconds.

  1. Std10093, thanks, finally I've understood the...

    Std10093,

    thanks, finally I've understood the matter... I agree with you, the two equivalent prototypes are the evidence, since the latter is much more readable!

    Thanks,
    Diego
  2. Andreas, thanks a lot. Following the...

    Andreas, thanks a lot.

    Following the reasoning, are the following equivalent?



    void insert(ListNodePtr *sPtr, char value); // given the typedef written before
    void insert(ListNode **sPtr,...
  3. But having used typedef, ListNodePtr is already a...

    But having used typedef, ListNodePtr is already a pointer, so, shy should I use ListNodePtr *sPtr instead of ListNodePtr sPtr? I suppose anyway that the firs version is much better (the one you...
  4. Confusion about typedef and pointers in linked lists

    Hi everybody!

    I was trying to do some linked lists exercises, and I'd like to ask you what is the difference between the following two prototypes?


    void insert(ListNodePtr sPtr, char value);...
Results 1 to 4 of 4