|
-
Mar 18th, 2002, 05:25 PM
#1
Thread Starter
New Member
inherit
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|