Thread
:
Having major trouble figuring out this code!!!!!!!!
View Single Post
09-23-2005, 02:12 AM
#
4
(
permalink
)
Locutus
Registered User
Join Date: Aug 2005
Posts: 20
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
View Public Profile
Find More Posts by Locutus