Posts by Joao Pedro Martins de Paula • 11 points
1 post
-
0
votes2
answers324
viewsQ: Pointers per parameter in C++
I’m having a problem with the pointer on customers. I call the function newCustomer(), that inserts nodes in the list hanging on customers. The problem is that every time the program leaves the…