Description: Written by C++ stack algorithm, relatively easy to use. Stack them in two ways, one is the order of the stack, with a dynamic array implementations Another is a chain stack, using a linked list implementation.
To Search:
File list (Check if you may need any files):
Stack\Debug\Stack.exe
.....\.....\Stack.ilk
.....\.....\Stack.pdb
.....\Stack\Debug\CL.read.1.tlog
.....\.....\.....\CL.write.1.tlog
.....\.....\.....\link-cvtres.read.1.tlog
.....\.....\.....\link-cvtres.write.1.tlog
.....\.....\.....\link-rc.read.1.tlog
.....\.....\.....\link-rc.write.1.tlog
.....\.....\.....\link.read.1.tlog
.....\.....\.....\link.write.1.tlog
.....\.....\.....\main.obj
.....\.....\.....\Stack.lastbuildstate
.....\.....\.....\Stack.log
.....\.....\.....\vc110.idb
.....\.....\.....\vc110.pdb
.....\.....\LinkList.h
.....\.....\LinkStack.h
.....\.....\main.cpp
.....\.....\SeqStack.h
.....\.....\Stack.h
.....\.....\Stack.vcxproj
.....\.....\Stack.vcxproj.filters
.....\Stack.sdf
.....\Stack.sln
.....\Stack.v11.suo
.....\.....\Debug
.....\Debug
.....\Stack
Stack