Compile Error
/in/ex5.cpp:34:6: error: prototype for 'void bookInventory::removeBook(unsigned int)' does not match any in class 'bookInventory' void bookInventory::removeBook(unsigned int ID) { ^~~~~~~~~~~~~ In file included from /in/ex5.cpp:1:0: /in/compile/ex5.h:153:8: error: candidate is: void bookInventory::removeBook(int) void removeBook(int ID); ^~~~~~~~~~ /in/compile/Makefile:26: recipe for target 'ex5.o' failed make: *** [ex5.o] Error 1
Information
- Submit By
- Type
- Submission
- Homework
- Exercise 5
- Language
- C++
- Submit At
- 2024-12-06 22:50:40
- Judged At
- 2024-12-06 22:50:40
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes