Unexpected Output in reading/writing class objectsThanks for the input @keskiverto !
How to check if ISBN format is valid?I've recently done that for an assignement. What you wanna do is to get each of the Block of Numbers...
Unexpected Output in reading/writing class objectsYou could also try putting a cin.ignore() before the line that cause problem. I remember it solving ...
adding files?you should only inlude the header of a class, not the .cpp Remove #include "Car.cpp"
Help with selection sortWhat do you need help with exactly? This function seems to be putting the elements of the first ar...