reading from a file into an array
From: Allen Seelye (Aseelye_at_blackfoot.net)
Date: 11/07/03
- Next message: Moonlit: "Re: reading from a file into an array"
- Previous message: Ron Natalie: "Re: Virtual Destructor"
- Next in thread: Moonlit: "Re: reading from a file into an array"
- Reply: Moonlit: "Re: reading from a file into an array"
- Reply: Rolf Magnus: "Re: reading from a file into an array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 07 Nov 2003 11:01:58 -0700
Newbie here. I'm having a hell of a time with this. It takes input from
the console into an array and then dumps it into a file. that all is
pretty straight forward and works just fine. The output file looks like
this:
1,John Smith, 5551234, 1515 Some St
2,Jane Smith, 5555678, 1515 Someother St
...and so on. I've had no success getting this read back into an array.
I've got three books on C++ and none of them has any information on how
to accomplish this. Even if someone could show me how to read each line
in as a single string I could probably figure it out from there on my own.
Any help would be greatly appreciated.
-- Allen Seelye Aseelye@blackfoot.net
- Next message: Moonlit: "Re: reading from a file into an array"
- Previous message: Ron Natalie: "Re: Virtual Destructor"
- Next in thread: Moonlit: "Re: reading from a file into an array"
- Reply: Moonlit: "Re: reading from a file into an array"
- Reply: Rolf Magnus: "Re: reading from a file into an array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|