Thread
:
Convert a char to int!!!!??
View Single Post
#
1
(
permalink
)
October 2nd, 2005, 10:38 PM
vtvb
Registered User
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Convert a char to int!!!!??
why will this not work:
char x = '9';
int b;
b = int(x);
i get 57 not 9.
vtvb
View Public Profile
Find all posts by vtvb