Question: Using C language. Part 1: Initialization of the Status (20%) Tasks: 1. Read file names from arguments, then read and write the data to the
Using C language.

Part 1: Initialization of the Status (20%) Tasks: 1. Read file names from arguments, then read and write the data to the files (10%) 2. Use dynamic memory management to store the data (10\%) In part 1, you are going to submit a source file, IERG2080_1155xxxxxx_part1.c. After compiling your code to an executable file, we will use the following command to test your program. \begin{tabular}{|l|} ./ executable init user init stack discard pile output file \\ For example, \\ ./ part1 init_cards_users.txt init_cards_stack.txt discard_pile.txt output.txt \\ \hline \end{tabular} In part 1, you can assume you only see 1 player. As the user is the only player, the user will win automatically. We expect the output file as follow: For the discard pile, it is the concatenation of the (i) first card in the discard pile, (ii) the hands of the user, and (iii) all the cards in the stack. Sample 0: Before the aame: After the end of aame
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
