User profile: kenr

User info
User name:kenr
History
Joined:
Number of posts:7
Latest posts:

relationship between string bool operator and map container class
Sorry gents but I'm still not clear how the bool operator function relates to the <map> container cl...

rules of inheritance when passinf by reference
Are 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 function
Thanks helios. If I change the function to the following it works. I guess I don't understand poin...

pointer char ** changing when returning from function
I 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

User: kenr

  • Public profile