relationship between string bool operator and map container classSorry gents but I'm still not clear how the bool operator function relates to the <map> container cl...
rules of inheritance when passinf by referenceAre you going to modify where the pointer points to? No. This was more of an exercise in pointer...
rules of inheritance when passinf by reference void SomeFunc(ClassA **inst) { ... } Class ClassA { ... } Class ClassB: public Class...
pointer char ** changing when returning from functionThanks helios. If I change the function to the following it works. I guess I don't understand poin...
pointer char ** changing when returning from functionI have a pointer char** being passed to Change function below and it looks find when it returns, and...
This user does not accept Private Messages