Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahmahanafi/stack-class

Stack class in c++ programming language
https://github.com/rahmahanafi/stack-class

cpp oop operator overloading stack

Last synced: about 1 month ago
JSON representation

Stack class in c++ programming language

Awesome Lists containing this project

README

        

# Stack-Class
**The stack class contains the following:**

1- Operator== between 2 Stacks.

2- Operator = between 2 Stacks "To assign the values of stack into anthor stack".

3- Operator + between 2 Stacks "To concatenate the values of 2 stacks & insert them into third stack".

4- Reverse stack.

5- Friend function.