reading from a file into an array

From: Allen Seelye (Aseelye_at_blackfoot.net)
Date: 11/07/03


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


Relevant Pages

  • Re: reading from a file into an array
    ... > from the console into an array and then dumps it into a file. ... > is pretty straight forward and works just fine. ...
    (comp.lang.cpp)
  • Re: save array to file, read it back in
    ... The ability to read the contents of binary files and dumps with "stuff" in them, although increasingly becoming a lost art, is still important in applications such as those employing serial comms. ... void SaveArray(CString Filename,unsigned char *pBuffer,long Size) ... //first write out the array size ...
    (microsoft.public.vc.mfc)
  • Re: Newbee question about collections
    ... >>I have never had the opportunity to work with a java collection. ... If you have an array of Objects you ... M Smith, Thank you so much for your response! ... Norman Cousins, editor and author ...
    (comp.lang.java.help)
  • Re: How to sort an array which contains a value several times ?
    ... grep needs a pattern to match with values found in @array. ... All the values found are returned in an array. ... So the first time 'smith' is seen the code creates an entry for it in %seen and sets $is_new to 1, which is the value returned, and true. ...
    (perl.beginners)
  • Re: .NET 2.0 DateTime conversion error??
    ... I pasted the code you gave me into a console application, ... however what array is it talking about? ... Tim ... > Otis Mukinfus ...
    (microsoft.public.dotnet.languages.csharp)