STL List class and pointersOk, that helps. However, just found the actual error, turns out it was a memory/space issue. It wa...
STL List class and pointersdoesn't a vector keep all data in one memory slot, whereas a list can have memory located in several...
STL List class and pointersBecause the program is doing a breadth-first search and depth-first search and will take up so much ...
STL List class and pointersBut I also have to be able to set a pointer equal to a node in the middle of the list. That way I c...
STL List class and pointersI am using a list for my data. Is there a way to set a pointer to the beginning of the list?? Than...
This user does not accept Private Messages