vector of pointers crashesThanks for the explanation JLBorges. My thinking was that, since A1::funcA() is not declared virtua...
Error with String ConstantsHi. What is the error message? Do you know where the error is occurring? Can you post the code for...
vector of pointers crashesI think I know the reason why the non virtual example didn't crash. The funcA() function does not u...
vector of pointers crashesExample 1: Constructing a vector of size 1, then adding an A1 to the end of the vector probably isn'...
How to make Try Again in my Atmosphere program?When comparing against the users input on the choice on whether to continue, you need to compare tha...