type this in the command line: git clone https://github.com/okeefe/CSCE215 and a
ID: 3888920 • Letter: T
Question
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.txtExplanation / Answer
{ "name": "Win32", "includePath": [ "${workspaceRoot}" ], "defines": [ "_DEBUG", "UNICODE" ], "intelliSenseMode": "msvc-x64", "browse": { "path": [ "${workspaceRoot}", "C:\MinGW\lib\gcc\mingw32\6.3.0\include\c++" ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" } } { "version": "2.0.0", "tasks": [ { "taskName": "build hello world", "type": "shell", "command": "g++", "args": [ "-g", "helloworld.cpp" ] } ] }
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.