Search:

Type: Posts; User: Cloudstrifeff7

Search: Search took 0.01 seconds.

  1. So with void swap (Item *pa, Item *pb) *pa and...

    So with void swap (Item *pa, Item *pb) *pa and *pb are void **pa and **pb?
  2. Sorry I have another question for my array.c so I...

    Sorry I have another question for my array.c so I ask here for don't open another thread. I added this function to my array.c to shuffle the array elements and it works with static Item *a; static...
  3. I see. Thank you very much! :D

    I see. Thank you very much! :D
  4. And another question, for example can I use...

    And another question, for example can I use inselem_array(&a,&dim); for avoid return?
  5. Thank you for the fix! But can you tell me what...

    Thank you for the fix! But can you tell me what is "*" front function? "*inselem_array"
  6. I thought with realloc is: old memory got thanks...

    I thought with realloc is: old memory got thanks to malloc + new memory, so these two memories are together for get new memory for my dynamic array. I wanna start with 3 elements and after every...
  7. I have segmentation fault with double pointers and pseudo generics using realloc

    Hello I have a question for you and I hope you can help me! I write here only the instructions for add 3 elements in a double pointer using item.h. So when I write "Item *a" is like void **a, right? ...
Results 1 to 7 of 7