Record Detail

Compile Error

/in/calc.cpp:10:11: error: 'removeAll' is a private member of 'Dlist<int>'
    stack.removeAll();
          ^
/in/calc.cpp:106:13: note: in instantiation of function template specialization 'clearStack<int>' requested here
            clearStack(stack);
            ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
1 error generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2023-12-02 00:02:12
Judged At
2023-12-02 00:02:12
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes