Answer the question
In order to leave comments, you need to log in
How to understand the construction "pointer to pointer"?
Hello!
Suppose there is a construction of the form void func(int **Variable);
I understand that an expression of the form *Variable will pass a pointer to a variable into the function, but why pass a pointer to a pointer? What could be the point?
Answer the question
In order to leave comments, you need to log in
this is a dumb crutch as a replacement for an array, if you are not programming a Boeing CPU, forget about pointers, in practice they are used either by pros to speed up code or by masochists, usually and more often the latter.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question