Main Page | Class List | File List | Class Members | File Members

stack.h File Reference

#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.

Detailed Description

Definition of the Class Stack. Can be included by the compiler more than once and so its handled in the header files so that its inlcuded only once
Generated on Sat Jul 23 14:45:14 2005 for Stack by  doxygen 1.4.4