Recent content by rusahupe

  1. R

    How Can You Delete a Record from a Text File Using a Struct Field?

    Hi, You can do this by simply read the records from the file and start writing it to another file while doing that check read data matches the data to be deleted. If matched then ignore it continue reading the file and writing to another file. At the end delete the file we read and rename the...
Back
Top