Compile Error
/in/call.cpp:65:28: error: member reference type 'Dlist<customer>' is not a pointer; did you mean to use '.'? if(queue[i]->isEmpty()){continue;} ~~~~~~~~^~ . /in/call.cpp:73:29: error: member reference type 'Dlist<customer>' is not a pointer; did you mean to use '.'? queue[i]->insertFront(temp); ~~~~~~~~^~ . 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
- 2022-12-17 19:51:44
- Judged At
- 2022-12-17 19:51:44
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes