User profile: grahams

User info
User name:grahams
History
Joined:
Number of posts:5
Latest posts:

I want to make a book system
No, how do I do that though? my requirement is to use objects.

I want to make a book system
I'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 function
Oh, wait, I figured it out, Thanks Peter87 The problem was I assigned show_tabular with student ins...

expected a ; even though it's a function
This 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 ...