Linked List sorting lockupWhat I'm trying to do is sort a number of nodes of a linked list by a double value in the structure....
Issue with Creating a Pointer Array.How are you passing the array into this function? I ask because the only times I've gotten that err...
Can't use function of object in pointerYeah I just realized that while looking at another post on here. It has now been changed to somethi...
Can't use function of object in pointerWell here's the code where I put the pointerTest pointers into the vector. [code]vector<pointerTest...
Can't use function of object in pointerOkay so basically I've got a vector, thePointerTest, that is holding pointers to pointerTest objects...