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

Re: programming



dman wrote:

> I thought operators weren't allowed to have parenthesis.

"sizeof(x)" is syntactically the same as "~(x)". The parentheses are
interpreted as grouping, not as an argument list. They aren't necessary,
but they're harmless.

> At any rate, we all agree that it is a compile-time, not runtime, thing :-).

Yes.

Craig



Reply to: