Yes, it seems like that..
And it's a shame, 'cauze I have a lot of information of python I don't understand yet, I got to get an international e-mail for that..
well I hope you've killed that tests of MD I and II, and AM II
luck
The problem is that temp has a field named Next, and another fields, but, Next is an apointer.. when you say delete temp you restore all the occuped memory for temp, otherwise you just say that temp is a null field, but the old value of temp still in memory.. you don´t erase it.. please send me back...
The problem is that temp has a field named Next, and another fields, but, Next is an apointer.. when you say delete temp you restore all the occuped memory for temp, otherwise you just say that temp is a null field, but the old value of temp still in memory.. you don´t erase it.. please send me back...
Hello again!! I told you not to worry for anything.. just tell me if you need something.. Now I finally finished seeing your code.. and I think there's another litle problem on your code.. in the dequeue function.. This is your function: template <class T> bool Queue<T>::Dequeue(T &result) { if(act ...