Feb 27, 2002 #1 unknow MIS Joined Mar 22, 2003 Messages 2 Location US How to use C++ to prepare a STACK(Data Structure) operation?? Thanks for helping!
Feb 28, 2002 #2 fheyn Programmer Joined Mar 22, 2001 Messages 198 Location 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 Joined Mar 30, 2001 Messages 1,440 Location 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