User profile: nkendra

User info
User name:nkendra
History
Joined:
Number of posts:39
Latest posts:

vector of pointers crashes
Thanks for the explanation JLBorges. My thinking was that, since A1::funcA() is not declared virtua...

Error with String Constants
Hi. What is the error message? Do you know where the error is occurring? Can you post the code for...

vector of pointers crashes
I think I know the reason why the non virtual example didn't crash. The funcA() function does not u...

vector of pointers crashes
Example 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...