User profile: mwaddell

User info
User name:mwaddell
History
Joined:
Number of posts:17
Latest posts:

Signed char question
[quote]You mean ASCII 7 bit table, right? [/quote] Yes i meant 7 bit ASCII table.

Signed char question
Ahhh, 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 question
With the first option it did not output anything. I don't understand why this is not working.

Signed char question
Ok, so how do I store (-1) into a signed char type?