G
Guest
I need to make a class that can handle the range of numbers
0 to (256^4) ^ (9,999,999,999^2)
what i dont understand is how to make this class so that i can use the
arithemetic operators such as = + - ^ * / ect.
do u just create method such as Add Or Subtract
if so where is the documentation so that i know what to name the function and
what values to take in as arguments and what to return as
thank you
WStoreyII
0 to (256^4) ^ (9,999,999,999^2)
what i dont understand is how to make this class so that i can use the
arithemetic operators such as = + - ^ * / ect.
do u just create method such as Add Or Subtract
if so where is the documentation so that i know what to name the function and
what values to take in as arguments and what to return as
thank you
WStoreyII