Languages C / C++ Data Structures  

A Simple C++ Stack

download download  
important code information
author:
Gonzales Cenelia
minimum requirements:
A Simple C++ Stack description

These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size"


File List:
Stack/0b
Stack/Stack.dsp4Kb
Stack/Stack.dsw1Kb
Stack/stack.h1Kb
Stack/test.cpp319b

Similar code
_Palindrome Checker (Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that ...
Bank data base with link list (Popularity: ) : It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits ...
Link List - Data Structure (Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List
Sorted Link List - Data Structure (Popularity: ) : Familiar With Link List & Pointer
ADT dinamic array (Generic) (Popularity: ) : Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 233
version
size in Kb 2
popularity   1205/5827733
user rating 1/10
ad


New Code
Popular Code