Posts by Luigi Wagner • 41 points
3 posts
-
0
votes1
answer681
viewsQ: Delete record in text file
I am making a program that consists of recording movies/series, modifying information and deleting specified records. I’m having great difficulty in designing the functions of rule out and modify…
-
4
votes1
answer359
viewsQ: Overwritten txt file in C
My doubt is very basic: How do I stop, whenever I write something in a file (txt), always start recording after the information that was already written there? I mean, how do I not overwrite the…
-
0
votes0
answers78
viewsQ: Recording in C information file
So, guys, I’m doing a job that consists essentially of recording information relating to films and series in two files (one for each one). In the code section films. c i have all the functions used…