Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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. image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago