subject
Computers and Technology, 19.03.2021 15:40 kx123

Concatenating to files into a third one:. You are asked to write a program that generates an output file, the context of which is derived by concatenating the contexts of two input files. Your program will be labeled myfiles and will take two or three arguments. The first and second arguments must be the input files, while the third argument must be the output file. The default name for the output file is myfile. out
Note 1: If your program is run without the proper arguments, you must make sure that the proper message appears on screen that guides the user into how many and what sort of arguments are required. If one of the input files provided in the arguments does not exist, then the program must print on screen the corresponding error message.
Note 2: Execute your program using OS instruction strace (research on how this works). Copy the output of strace that is produced from your code.
Note 3: Modify your initial code to support indefinite number of input files. The last argument though is always the output file. For your implementation you are expected to use the following functions: void WriteInFile (int fd, const char *buff, int len): writes data to file descriptor fd. void CopyFile (int fd, const char *file-in): writes the contexts from file named file-in to file descriptor fd. WritelnFile is called from within CopyFile.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
Which option correctly describes a dbms application? a. software used to manage databases b. software used to organize files and folders c. software used to develop specialized images d. software used to create effective presentations
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which finger presses the h key on the keyboard? index finger on the left hand pinky finger on the right hand index finger on the right hand thumb on the left hand
Answers: 1
question
Computers and Technology, 24.06.2019 02:20
The first time a user launches the powerpoint program, which view is shown allowing the user to access recent presentations or create new presentations based on templates?
Answers: 1
You know the right answer?
Concatenating to files into a third one:. You are asked to write a program that generates an output...
Questions
question
Mathematics, 27.06.2021 07:50
question
Mathematics, 27.06.2021 07:50
question
Mathematics, 27.06.2021 08:00
question
Mathematics, 27.06.2021 08:00
question
Mathematics, 27.06.2021 08:00
question
Chemistry, 27.06.2021 08:00
Questions on the website: 13722367