User profile: Blanco64

User info
User name:Blanco64
History
Joined:
Number of posts:5
Latest posts:

Arrays of dissimilar objects?
Can you give me a visual example (code)? Lets say the base class is Crayon. Derived classes are ...

Arrays of dissimilar objects?
This is a lab. I have a base class and three derived classes. I have created 3 objects each of the...

Arrays of dissimilar objects?
I need to create an array of objects of different Classes. How do I declare this?

Alternative to CIN
thanks for your help. What I ended up doing was to use the cin.getline. I take in the characters t...

Alternative to CIN
I am writing a program which gets integer data from a user. I want the option to default the data i...