User profile: delag20

User info
User name:delag20
History
Joined:
Number of posts:11
Latest posts:

So i have this assignment.
heres what i have for my card.c file so far... [code] #include <iostream> #include "card.h" using ...

So i have this assignment.
and here is my book.h file:: [code] // Description: This program simulates the checking out and chec...

So i have this assignment.
here is my book.cpp file:: [code] #include <iostream> #include "book.hpp" using namespace std; ...

So i have this assignment.
here is my card.h file:: [code] #include <iostream> using namespace std; #ifndef Card_H #define Ca...

So i have this assignment.
here is my main:: [code]// Description: This program simulates the checking out and checking in of...