I'm having trouble using the write (), read (), close (), open () functions to copy a text file to a new (previously created) file.
After some research I did get the following code:
#include <fcntl.h>
int main(int argc, char * argv[])...
asked by
25.10.2018 / 19:29