Thread: C++ Stack?
View Single Post
  #6 (permalink)  
Old October 6th, 2004, 01:13 PM
kokon kokon is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can use vector<> or deque<> for that purpose.
It should be available on any C++ compiler, except embedded C++.

Reply With Quote