Relative Content

Tag Archive for c++pointersdata-structuresmemory-managementlinked-list

issue with Pointers in Linked Lists

so guys when I try to use pointers to manipulate a Linked list, I see some tutorials of ppl using double pointers (look at picture below) & I couldn’t really understand why exactly they’re doing it. Can y’all explain it to me. I tried to delete one & the code didn’t word properly. c++ pointers […]