Re: Stack implementation.
Posted: Fri Feb 03, 2012 5:19 am
@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).
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).