Record Detail

Compile Error

/in/call.cpp:52:52: error: 'first' is a private member of 'Dlist<Call>'
        while (!eventQueue.isEmpty() && eventQueue.first()->timestamp == currentTime) {
                                                   ^
/in/Compile/dlist.h:54:13: note: declared private here
    node   *first; // The pointer to the first node (NULL if none)
            ^
/in/call.cpp:52:57: error: called object type 'Dlist<Call>::node *' is not a function or function pointer
        while (!eventQueue.isEmpty() && eventQueue.first()->timestamp == currentTime) {
                                        ~~~~~~~~~~~~~~~~^
2 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-21 04:11:31
Judged At
2024-12-21 04:11:31
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes