14 views
Turns out I want to do stacks with arrays, and I want to make push and print work, but it prints it to me with errors. What corrections can I make? If possible, I want to do pop too, but I have no idea how to do it. Code: Batteries.h #pragma eleven #define MaximumLength 6 class Stacks { ... . #include "stdafx.h" int main () { Stacks A; A.print (); system ("pause"); return 0; }
asked
Aug 16, 2020
game
4.6k points