
13 Oct
2007
13 Oct
'07
12:37 a.m.
Hi,
Suppose I define a class fixed_point as
class fixed_point{
....some operations are defined here
private:
int _integer_part;
unsigned _fractional_part
}
I want is_arithmetic