1
Why go down a level on the pointer ** lista
/ * lista
we should use parentheses : ( * lista )
, I asked the question because I saw in some examples on the internet that they didn’t use and also in an old book that I took to read the other day. In C++ this ' access mode is used by increasing the positions in certain cases, right ?
Depending on the context, you need to show examples
**lista
and*(*lista)
are the same thing.– Maniero