Search:

Type: Posts; User: magda3227

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    4,719

    Thank you to all who responded. Your...

    Thank you to all who responded.

    Your explanations were very helpful, especially the examples you provided. I learn visually, and they really helped me to understand what's going on and the...
  2. Replies
    10
    Views
    4,719

    I made the changes so that the second function...

    I made the changes so that the second function accepts a pointer to a pointer. But how does this change the way I store the values? I'll have to change the notation for incrementing the pointer and...
  3. Replies
    10
    Views
    4,719

    My compiler gives me an error when I try to send...

    My compiler gives me an error when I try to send the addresses of the pointers. It says that I'm passing from incompatible pointer types.

    That's what you meant when you said passing by reference,...
  4. Replies
    10
    Views
    4,719

    Memory allocation/reallocation

    I'm still learning about pointers and using malloc, so please bare with me.

    I was wondering if it is possible to allocate memory for a pointer in a main function, send that pointer to another...
Results 1 to 4 of 4