|
|
|
|
double * *
is a pointer to a pointer to a double
. Some people try to shorten "pointer to pointer" as "double pointer" but that creates confusion with "pointer to double".
so, it means a pointer that points a pointer? |
new
on it, you are changing the value of the local "tree". This is not to be confused with changing the value of the dereferenced pointer.
|
|
|
|