Andrew Haley wrote:
What type is the expression -(b * 2u)?
The correct answer is unsigned int.
Here's the question: Why ? And by which logic ?
Please read C99 Section 6.3.1.1 Para 2, and Section 6.3.1.8.
Care to point to the appropriate sections in the C++ standard ? Cheers, Christian