I am currently learning pointers in C++ and I learned that you could have pointers to pointers. However, I do not know how I would use it in a real world scenario and why it is so useful. Can someone help me with this?
I have tried looking this up but I have basically only found how to write codes that use pointers to pointers but not what type of situations call for pointers to pointers.