Posts by Raul • 39 points
2 posts
-
-2
votes1
answer196
viewsQ: How to recognize the type of data entered - C
I am making a program where the user can register, search and remove customers. To enter it type "insert [client name]" and a code is generated automatically. I have a problem in the search…
-
3
votes1
answer657
viewsQ: Current position in the file - C
Hello, I’m having a question about C file manipulation and I’m not getting the answer to that. I am recording an "a" record of type "Student" in a binary file "archiving": fwrite(&a,…