Hello.
I'm wondering if I'm duplicating this class by doing the following.
SimpleClass *point;
SimpleClass sc;
sc.somevalue = something;
point = new SimpleClass(sc);
This post is quite tiny, I'm not being lazy, but I couldn't think of anything else needed for this question.
Thanks :)