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 CINthanks for your help. What I ended up doing was to use the cin.getline. I take in the characters t...
Alternative to CINI am writing a program which gets integer data from a user. I want the option to default the data i...