
21 Apr
2004
21 Apr
'04
5:28 p.m.
From: "Dill, John" <john-dill@uiowa.edu>
Does the standard say that char can be either signed char or unsigned char, or is that just an implementation issue?
From 3.9.1/1:
In any particular implementation, a plain char object can take on either the same values as a signed char or an unsigned char; which one is implementation defined. -- Rob Stewart stewart@sig.com Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;