Record Detail

Compile Error

/in/calc.cpp:127:17: error: use of undeclared identifier 'remp_copy'; did you mean 'temp_copy'?
        while (!remp_copy.isEmpty())
                ^~~~~~~~~
                temp_copy
/in/calc.cpp:126:20: note: 'temp_copy' declared here
        Dlist<int> temp_copy(list);
                   ^
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
2022-12-17 22:30:21
Judged At
2022-12-17 22:30:21
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes