Find Jobs
Hire Freelancers

Beginner Computer Science Coding- Stacks

$10-30 USD

Cancelled
Posted over 9 years ago

$10-30 USD

Paid on delivery
#define MAXSIZE 10 //set maximum size of stack to 10 integers //You probably will want to add an include or two here class Stack{ private: int stack[MAXSIZE]; //integer array for your stack int tos; //array index to top of stack bool isEmpty(){ if (tos==-1) return true; return false;} bool isFull(){if (tos == MAXSIZE-1) return true; return false;} public: Stack(){tos=-1;} //constructor-initialize tos to -1 //if tos == -1 then stack is empty void push(int i); //Add i to top of stack; int pop(); //Remove and return value from top of stack void show(); //output the stack }; //your code for push, pop, show, and main goes here
Project ID: 6856055

About the project

3 proposals
Remote project
Active 9 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
3 freelancers are bidding on average $43 USD for this job
User Avatar
I am very proficient in c, c++. I have 15 years c++ developing experience now, and I have worked for 5 years. My work is online game developing, and mainly focus on server side, the language is c++ under linux. I used c++ to make many great projects, for example, I made the tools which can convert java files to c++ scripts which has the same effect, of course garbage collection included. I also made our own mobile game using c++, I even can show you the demo of client. Trust me, please let expert help you.
$50 USD in 1 day
4.9 (55 reviews)
6.0
6.0
User Avatar
A proposal has not yet been provided
$50 USD in 1 day
5.0 (4 reviews)
4.8
4.8
User Avatar
A proposal has not yet been provided
$30 USD in 0 day
5.0 (2 reviews)
1.0
1.0

About the client

Flag of UNITED STATES
San Bernardino, United States
5.0
1
Payment method verified
Member since Dec 12, 2014

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.