Hello,
I am wanting to unit test private member functions and variables in an almost complete program (the only change would be to main where I call the unit test functions). To do so I have changed the private class members to public class member.
A test on simple program indicates that the address doesn't change.
Is that always true?
Thanks,
Stephen