|
|
|
|
For whatever reason, I could not get the phonebook map to add entries. Then it hit me, do I need to return the phonebook pointer to the caller? The answer was yes, but I'm still not sure why. |
Now I would just like to understand the why. If I'm passing a pointer to a function, all of the work in the function is done on the original memory, nothing is copied? |