cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
read two characters at a time from file
read two characters at a time from file
May 9, 2012 at 9:42am UTC
rabitto
(1)
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?
May 9, 2012 at 9:46am UTC
codekiddy
(783)
Your best bet is studding, for example start here:
http://www.cplusplus.com/reference/iostream/
Topic archived. No new replies allowed.