Record Detail

Compile Error

/in/ex6.c: In function 'removeBook':
/in/ex6.c:37:13: error: implicit declaration of function 'delete' [-Werror=implicit-function-declaration]
             delete(p);
             ^~~~~~
/in/ex6.c:28:13: error: variable 'q' set but not used [-Werror=unused-but-set-variable]
     book* r,q;
             ^
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:44:09
Judged At
2022-07-08 16:05:58
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes