hi,
I wirte a c++ program that I try to define very big number.
a function define
clsHugeInt clsHugeInt:perator + (const clsHugeInt &operand2) const {
clsHugeInt temp(size);
..........



I create a variable temp(size); which is size is "size" I need to use this temp variable's private variable which is firstptr.
how can I do this (if it is posible I dont get firstptr to public ).....
thanks a lot...
yilmaz...