PDA

View Full Version : Need Help about Passing Pointers in a Function, and Reflecting any changes.


C++
08-20-2009, 09:09 PM
So, I'm really frustrated with this problem. I desperately need some good explanation about this. Why does the calling function does not reflect the change done in the called function? despite the fact that I pass the variable via pointer. Any explanations please. Thanks in advance.