$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (Gabriel.Dos-Reis_at_[hidden])
Date: 2002-04-16 15:54:02
"James S. Adelman" <j.adelman_at_[hidden]> writes:
[...]
| are a subset of the fundamental types. On the other hand, the signed
| integral types are "signed char," "short int," "int" and "long int." This
| makes sense because if "char" were signed some things would break.
A "char" can be signed.
-- Gaby