Constructor -initialize this class into an empty class?Well i'm buiilding a custom string class (Called MyString) for a school course, and in the construct...
Constructor -initialize this class into an empty class?Lets say I have class TheClass. In the constructor, how do I initialize this TheClass to be an empt...
Can't assign "const char*" to an entity of type "char*"I see. Because assigning that pointer would give myString access to that memory location, and since...
Can't assign "const char*" to an entity of type "char*"I'm fuzzy on pointers I suppose (I figured I could just assign one pointer to the other but I guess ...
This user does not accept Private Messages