Thread
:
programming guys
View Single Post
Mar 17, 2005 | 07:03 PM
#
11
sherwood
I missed Sean
Joined:
Aug 2004
Posts:
11,285
Likes:
1
From:
Fairfield/Bridgeport CT
yeh, all i have to do is input the char and then convert to int using:
char a;
int b;
cin >> a;
b = (int) a;
cout << b;
Reply
0
0
sherwood
View Public Profile
Find More Posts by sherwood