Page 2 of 2

Re: Stack implementation.

Posted: Fri Feb 03, 2012 5:19 am
by Solar
@bluemoon:

What brain and I were talking about was the copying of the pushed string into the stack, and the free()ing of the on-stack string after it was pop()ed (and hopefully copied elsewhere).

Re: Stack implementation.

Posted: Fri Feb 03, 2012 5:38 am
by bluemoon
I see, I misunderstood part of the conversation, sorry guys if I bring up confusion to the topic.