Record Detail

Compile Error

/in/call.cpp:107:13: error: 'removeAll' is a private member of 'Dlist<caller>'
    callers.removeAll();
            ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
/in/call.cpp:108:14: error: 'removeAll' is a private member of 'Dlist<caller>'
    platinum.removeAll();
             ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
/in/call.cpp:109:13: error: 'removeAll' is a private member of 'Dlist<caller>'
    regular.removeAll();
            ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
/in/call.cpp:110:10: error: 'removeAll' is a private member of 'Dlist<caller>'
    gold.removeAll();
         ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
/in/call.cpp:111:12: error: 'removeAll' is a private member of 'Dlist<caller>'
    silver.removeAll();
           ^
/in/Compile/dlist.h:59:10: note: declared private here
    void removeAll();
         ^
5 errors generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2024-12-16 13:20:17
Judged At
2024-12-16 13:20:17
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes