help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with operator%


From: Greg
Subject: Re: help with operator%
Date: 20 Oct 2005 19:37:31 -0700
User-agent: G2/0.2

Mike Wahler wrote:
> "Greg Comeau" <comeau@panix.com> wrote in message
> news:dj89bm$3ri$1@panix1.panix.com...
> > In article <f6D5f.1445$mV4.1167@dukeread02>, GB  <gb@invalid.invalid>
> > wrote:
> >>Al-Burak wrote:
> >>>       protected: float amount;
> >>:
> >>>    return tmp = lhs.amount % rhs.amount;
> >>:
> >>> What am I doing wrong?
> >>
> >>You are attempting to use the '%' operator on floats. The operator can
> >>be used only on integral types.
> >
> > ... and enum's.
>
> Is not 'enum' an integral type?

No, an enum is not an integral type - although an enum may convert to
an integer value.

Greg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]