回覆 3# 中國日本
stack is not particular for c++, as Jack said, it is a data structure, you should learn more data structure as you can. they are helpful. beside stack, queue is also a useful data structure. in fact there are a lot of computer program that base on those data structure. for example, recursion have to concept of stack. |