Hi,
i have to create a programme(c++) for a text file having multiple columns in such a way that the numbers of only 3rd column need to be edited.the format of the text file is
there is gap 0f 10 blank spaces between each column.the text file is of hundreds of lines.what we have to do is to change the repeated numbers in third column in such a manner that no number is repeated. i-e
third column could be edited to the form
3000.00
3000.50
3001.00
3001.25
3001.50
3001.75
3003.00
all the work is to be done in the single file.any suggestions?