Question: Trying to fix my stack class I made it has a lot of errors and isn't working and i'm unsure why? Stack Class: #ifndef MYSTACK_H_INCLUDED
Trying to fix my stack class I made it has a lot of errors and isn't working and i'm unsure why?
Stack Class:
#ifndef MYSTACK_H_INCLUDED #define MYSTACK_H_INCLUDED
#include
T& top();
int arr_size();
void pop(); private: int size; arr = T[10]; }; template
#endif // MYSTACK_H_INCLUDED
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
