Question: So I just need the command lines, I'm not really sure of this is doable without you having access to the server. But if possible
So I just need the command lines, I'm not really sure of this is doable without you having access to the server. But if possible please use vi as the text editor.
type this in the command line:
git clone https://github.com/okeefe/CSCE215
and all the nessesary files will be there
Overview In this assignment, you will . use make to modify a c++ program and gdb a debugging tool. Part 1 Prom the course website (or the departmental dropbox) download the program source files for the project myname. You can also use GIT. Igit clone URL] Part 2: myname program (5 points) 1. Using your favorite text editor, modify the source code to print out your name instead of mine when the binary file is executed Hint: YOU ARE NOT THOMAS THE TANK ENGINE 2. Modify the makefile to include a rule that creates a backup of the source files, makefile, and readme in an archive directory in your home directory structure Submit a compressed, archived tar file yourUserID).assignment4.1.tar. [2,gz] with your modified source code 3. Use the gdb debugger to step through the program. Check to ensure the Makefile is modified to allow for debugging. Submit a text file [yourUserID].assignment4 2.txt containing the gdb output for the following sequence of commands: gdb myname start step [issue this command until you get the "program exited normally" message Submission This time, there should be two files that you are uploading yourUserID assingment4 1.tar.[Zgz and yourUserID assingiment4 2.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
