Search:

Type: Posts; User: Ramoth

Search: Search took 0.01 seconds.

  1. Thanks SlyMaelstrom - you're a big help

    Thanks SlyMaelstrom - you're a big help
  2. Thanks a lot - that helps a great deal! Where I...

    Thanks a lot - that helps a great deal! Where I especially was confused is:


    void hi(int *x, int *y, int d)

    { ho(y, a, &d);


    Using y without the * passes value back to the *y pointer. I...
  3. Thanks MadCow. I think if this ever gets...

    Thanks MadCow. I think if this ever gets cleared up for me, I'll have a much better understanding of pointers.

    I get the first send, and why the answer is 16.

    But to clarify how it works, I'm...
  4. I (newbie) have a question on pointers. I'll...

    I (newbie) have a question on pointers. I'll paste the code. I know how the main sends to the call, but after that I'm lost. Can anyone explain what happens? The program runs and the execution...
Results 1 to 4 of 4