#include <iostream.h>
#include <conio.h>
#include <stdlib.h>
Classes | |
class | stack |
Stack Class. More... | |
Defines | |
#define | N 10 |
Maximum limit of the Stack. | |
#define | STACK_FULL 1 |
MAcro for Error return code when the stack is full. | |
#define | STACK_EMPTY 1 |
MAcro for Error return code when the stack is empty. | |
#define | STACK_OPERATION_SUCCESS 0 |
MAcro for Error return code when the stack operations are all done successfully. |