6 May
2004
6 May
'04
8:55 a.m.
Angus Leeming wrote:
I've coded up your example code below. Not pretty, but does seem to do the right thing.
Taking this to its logigical conclusion, your user code becomes: number const value1(double(127)); number const value2(int(17)); number const value3 = value1 + value2; All the gubbins is hidden in the number class. Regards, Angus