IonelBurtan
Programmer
I have a class, which is not derived from any other(Generic class)
Inside it, i have a mai loop of execution(a while).
I want to be able to "know" the percent done from outside the class object, without having to pass a calling-class object pointer.
This is because the class objects may be called from different types of objects.
any ideas?
I have a few, but i am not quite sure about them :|
tnx
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
Inside it, i have a mai loop of execution(a while).
I want to be able to "know" the percent done from outside the class object, without having to pass a calling-class object pointer.
This is because the class objects may be called from different types of objects.
any ideas?
I have a few, but i am not quite sure about them :|
tnx
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...