whats the difference of
Quote:
quote:SampleClass object;
|
in which SampleClass is a class.
further, what is the difference of
Code:
object.somefunction();
from...
Code:
object->somefunction();
a journey of a thousand miles is started by taking the first step -chinese proverb