Feb 27, 2002 #1 unknow MIS Mar 22, 2003 2 US How to use C++ to prepare a STACK(Data Structure) operation?? Thanks for helping!
Feb 28, 2002 #2 fheyn Programmer Mar 22, 2001 198 DE look for class Stack or CStack. I once found it by accident. It's got all the variables and methods. Upvote 0 Downvote
Feb 28, 2002 #3 Zyrenthian Programmer Mar 30, 2001 1,440 US CList can be implimented at a stack or a queue depending on if you call AddTail or AddHead. Just my 2 cents Matt Upvote 0 Downvote
CList can be implimented at a stack or a queue depending on if you call AddTail or AddHead. Just my 2 cents Matt