User profile: rantiv

User info
User name:rantiv
History
Joined:
Number of posts:101
Latest posts:

Inheritance
@Enoizat sorry that I didnt post my code. It just is a lot so I only did the first part. This has co...

Inheritance
Sorry I didnt include all the information. I thought i had put all the files in. This has helped gre...

Inheritance
#include "Property.h" using namespace std; int Property::id = 0; Property::Property(){ } Pro...

Inheritance
This program reads in a text file with information and is suppose to print it out in its respective ...

Classes and Objects
I am making this program simulates an ipod and has songs and makes playlists. We are using lots of p...