so i have a function with a pointer input, and im able to change the pointer value but whenever i get out of the function, the pointer doesnt hold the value i changed it to and keeps the old value. i tried to make a pointer to pointer but couldnt figure it out. can someone see my code and help please? thanks.