I saw the following description in one code:
const someclass *const *cls = ...
In C ++ is not strong, I know enough about const
. But what is this? Why and how to work with it? I did not understand what the two pointers seem to be indirect addressing, but I’m not sure.
I will be glad to advice and explanation))
Update: someclass
- any class, at least empty. The meaning is not in it, if that :)