Hello. I have been programming for a while now and am ok but for some reason i can never figure out weather or not to do something like this
code * c;
c->something();
or
code c;
c.something();
no where has explained that to me, but ive kept on trucking still. Can someone explain that to me.