read two characters at a time from file

i am a total beginner who wanted to store two characters from a file at a time into an integer array
for instance

65678393//content of file

array[0]=65
array[1]=67
array[2]=83
array[3]=93

any suggestion?
Your best bet is studding, for example start here:
http://www.cplusplus.com/reference/iostream/
Topic archived. No new replies allowed.