
21 Apr
2004
21 Apr
'04
3:22 p.m.
Dill, John wrote:
Does the standard say that char can be either signed char or unsigned char, or is that just an implementation issue?
Best, John
char can be either signed or unsigned. However, it is guaranteed to be a type distinct from either signed char or unsigned char. -- Eric Niebler Boost Consulting www.boost-consulting.com