View Single Post
Old 09-23-2005, 02:12 AM   #4 (permalink)
Locutus
Registered User
 
Join Date: Aug 2005
Posts: 20
Locutus is on a distinguished road
Quote:
Originally Posted by teknomage1
Remember char variables in C/C++ can be treated as ints.
Carefull there... in a typical C++ implementation these days a char is 8 bits wide while an int is 32 bits. And that's not even guaranteed to be true.
Locutus is offline   Reply With Quote