User profile: Viiarge

User info
User name:Viiarge
History
Joined:
Number of posts:40
Latest posts:

Unexpected Output in reading/writing class objects
Thanks 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 objects
You 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 sort
What do you need help with exactly? This function seems to be putting the elements of the first ar...