271
After half an hour of angrily debugging a C++ class, I think I found my problem. Several layers up, I was testing other things, and they won't working, even though the code seemed perfect. I finally worked down to the most basic functions, and found this: (error in bold)
Node * LinkedList::getTail(){
return head;
}
I must've copypasta'd this from the getHead() function hours ago, and not realized it.
Node * LinkedList::getTail(){
return head;
}
I must've copypasta'd this from the getHead() function hours ago, and not realized it.
Originally Posted by e3opian,Mar 2 2010, 07:54 PM
And thanks guys... it's been a loonnnnnggg wait. That makes my resignation tomorrow all the sweeter. 

No need to post in this thread(that's a request to not do so), but thought I'd I share.
https://www.s2ki.com/forums/index.ph...f=143&t=770303
https://www.s2ki.com/forums/index.ph...f=143&t=770303








Epic commute here I come.
