Thread: C++ Stack?
View Single Post
  #2 (permalink)  
Old September 21st, 2004, 08:37 AM
anand_indya anand_indya is offline
Registered User
 
Join Date: Sep 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No In c/C+++ no such build_in class available. U have to create it by using class. If u known the concept of STACK and CLASS, then u can easily create a class. In VC++, some build_in classes are there for stack.
Reply With Quote