Having trouble accessing memory location of private class memberThank you for your help.
Having trouble accessing memory location of private class memberyes 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 memberThank 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 memberI get the following runtime error when trying to access the private member char *name. Can somebody ...