12 Dec
2003
12 Dec
'03
12:52
On Fri, Dec 12, 2003 at 08:50:55AM +0000, ged.suse@ntlworld.com wrote:
How do I insert a textfile of stings, separated by carrige returns into an string array, or an array of pointers.
I have been scratching my head over this for a while now and eventually have to turn for help.
Here is as far as I have got, although I now know it won't work.
Try using the getline() method on the instream. Don't forget to allocate space to hold the strings. Victor