Hello, currently my operator >> method seem to be a problem.
title = string
authorCount = int
authors[] = string
publisher = string
yearPublish = short
hardcover = bool
price = float
isbn = string
copies = long
I am trying to read features of a book from a file, but for some reason when trying to cout the Book, i get hex values.
If I need extra information please let me know, I need this problem solved.