Relative Content

Tag Archive for c++file-handling

Why doesn’t my C program save the inputs to file using the FILE function?

I just learned C and I’m trying to save the inputs from the user when the code runs, but then it seems that I cannot store the inputs especially for saving the inputs when I rerun the file again. I would like to be able to store the inputs even if the code is runs again. Your help is greatly appreciated!