C Programming Tutorial # 44 - Deleting Data From A File - Code - Part 2 [HD]

preview_player
Показать описание
In this tutorial we write a program that deletes data from a file. The algorithm to delete the data from a file was covered in the previous tutorial. This tutorial simply implements that algorithm.

This tutorial is part of the following series:
Рекомендации по теме
Комментарии
Автор

Brilliant. Well paced for a thorough understanding of each topic. Thank you.

NatureCounters
Автор

Hi, and thank you for the great tutorials, I sow them all already, and I can recommend them to everybody .They are explained perfect.I hope you are going to keep making them .
In the last tutorial there is a small bug, if you are trying to delete the repeating name, and the name is entered last it is not working. I fix the bug with
if((strcmp(line, "Joe\n")!=0)&&(strcmp(line, "Joe")!=0))
Again thank you and I am recommending the lesons to everybody.
For me they are the best C Lessons in You Tube

lludmill