Stack.h and Stack.cppNevermind just realize i cant use inline in cpp. so still not sure what to do for stack::stack (int)...
Stack.h and Stack.cppwould this be a good way to do stack::stack(int) [code]inline Stack::Stack( int max ) { co...
Stack.h and Stack.cppnot sure. its just whats in the notes
Stack.h and Stack.cpphow would i initialize top correctly im also unable to figure out stack::stack(int);
Stack.h and Stack.cpphere ill show you a guess that i have based on what we had discussed in class. Here is what i have ...
This user does not accept Private Messages