Record Detail

Compile Error

/in/calc.cpp:146:27: error: 'removeAll' is a private member of 'Dlist<int>'
                    stack.removeAll();
                          ^
/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
Project5
Language
C++
Submit At
2024-04-29 19:10:20
Judged At
2024-04-29 19:10:20
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes