Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rahmahanafi/stack-class
- Owner: RahmaHanafi
- Created: 2022-11-08T19:27:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:58:30.000Z (about 2 years ago)
- Last Synced: 2023-05-02T16:43:01.153Z (over 1 year ago)
- Topics: cpp, oop, operator, overloading, stack
- Language: C++
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.