I want to make a book systemNo, how do I do that though? my requirement is to use objects.
I want to make a book systemI'm making a book system, although I'm stuck. My goal is to let a user input another book if he/she...
expected a ; even though it's a functionOh, wait, I figured it out, Thanks Peter87 The problem was I assigned show_tabular with student ins...
expected a ; even though it's a functionThis is the class code [code]class book { int book_number; int student_number; int date...
expected a ; even though it's a function I'm building a library system for my project, then as I was writing my code, I got an error about ...