Efficient Text File Copy
From: Materialised (materialised_at_privacy.net)
Date: 01/31/04
- Next message: Chris \( Val \): "Re: Efficient Text File Copy"
- Previous message: Lee Garrington: "STL List Container memory problem"
- Next in thread: Chris \( Val \): "Re: Efficient Text File Copy"
- Reply: Chris \( Val \): "Re: Efficient Text File Copy"
- Reply: James Connell: "Re: Efficient Text File Copy"
- Reply: Richard Heathfield: "Re: Efficient Text File Copy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jan 2004 01:08:19 +0000
Hi everyone,
What I am wanting to do, is to copy, a simple plain text file, to
another file, but omitting duplicate items.
The way I thought of doing this, involved copying all the items into a
array, and then looping through that array looking for duplicates,
removing them, and then writing to another file.
This seems a very long and drawn out way of doing this to me, and also I
do not know the initial size of the array required will be.
Could anyone suggest a effective efficient way of doing this?
Thanks
Mick
- Next message: Chris \( Val \): "Re: Efficient Text File Copy"
- Previous message: Lee Garrington: "STL List Container memory problem"
- Next in thread: Chris \( Val \): "Re: Efficient Text File Copy"
- Reply: Chris \( Val \): "Re: Efficient Text File Copy"
- Reply: James Connell: "Re: Efficient Text File Copy"
- Reply: Richard Heathfield: "Re: Efficient Text File Copy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|