Signed char question[quote]You mean ASCII 7 bit table, right? [/quote] Yes i meant 7 bit ASCII table.
Signed char questionAhhh, thank you. I am reading a book about char types and how they can store various ranges. I was w...
Signed char question[code] // Example program #include <iostream> #include <string> using namespace std; int main() { ...
Signed char questionWith the first option it did not output anything. I don't understand why this is not working.
Signed char questionOk, so how do I store (-1) into a signed char type?