User profile: Woden501

User info
User name:Woden501
Name:Colby
Location:Dayton, OH
History
Joined:
Number of posts:7
Latest posts:

Linked List sorting lockup
What 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 pointer
Yeah 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 pointer
Well here's the code where I put the pointerTest pointers into the vector. [code]vector<pointerTest...

Can't use function of object in pointer
Okay so basically I've got a vector, thePointerTest, that is holding pointers to pointerTest objects...