Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
signed is a keyword that modifies a data type to hold both positive and negative values.
int main() |
Prefer plain char over signed char and unsigned char [1]. Beware of conversions between signed and unsigned types [2].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.