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
reading from a file and storing in arra
reading from a file and storing in array
Sep 19, 2011 at 11:28pm UTC
johnhuge
(72)
The following is in the input file:
James John 5.50
Gave Alber 456.67
Hope Jone 89.43
Napa Paris 3943.90
After i have open the input file how would i store the stuff in the input file to a the following array first[], last[], balance[].
Sep 19, 2011 at 11:58pm UTC
Bleh
(3)
File i/o:
http://www.cplusplus.com/doc/tutorial/files/
Sep 20, 2011 at 4:52am UTC
keineahnung
(108)
You've already asked this same question here:
http://cplusplus.com/forum/general/50770/
And as before, deleted all your posts and asked again.
How's about spending some time thinking about the problem yourself first?
Topic archived. No new replies allowed.