0
How to learn best file handling in c
2 odpowiedzi
+ 6
There is no "best" way to handle files in C. You point to a path, you open it, you close it. That's all you do.
+ 6
There is no "best" way to handle files in C. You point to a path, you open it, you close it. That's all you do.