User profile: wildman0501

User info
User name:wildman0501
Name:Richard Wiley
Location:Richardson, TX
History
Joined:
Number of posts:5
Latest posts:

Having trouble accessing memory location of private class member
Thank you for your help.

Having trouble accessing memory location of private class member
yes dynamic allocation is a requisite as well. [code]name = ""; //warning: deprecated conversion fro...

Having trouble accessing memory location of private class member
[code]//Implementation of [s]copy constructor[/s] a constructor Member::Member(char *N1, int ID1) ...

Having trouble accessing memory location of private class member
Thank you for taking the time to respond. This was my first post and didn't know about the source co...

Having trouble accessing memory location of private class member
I get the following runtime error when trying to access the private member char *name. Can somebody ...