C++
:
User control panel
: jdd
Search:
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
User control panel
Create account
Confirm membership
Lost password
other users:
·
jdd
User profile: jdd
User info
User name:
jdd
History
Joined:
Nov 21, 2009 at 10:06am UTC
Number of posts:
95
Latest posts:
Typecasting with signed datatypes
:Thanks, that makes perfect sense.
Typecasting with signed datatypes
:I ran into some trouble with a piece of code. It ...
Variable type for both int and char
:An unsigned char can be 0-255. It does not store ...
Variable type for both int and char
:char is an integer type, so you can use a char in ...
Palindrome
:In response to your new question, you are doing a ...