I have a ordinary C++ class with lot of datamembers used internally
between methods of the same class.
Is there any other elegant way to maintain the private datamembers.
Please give your suggestions.
between methods of the same class.
Is there any other elegant way to maintain the private datamembers.
Please give your suggestions.
Comment