Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Construct a proper OO version of a program that will output Hello, world to t

ID: 441435 • Letter: 1

Question

1. Construct a proper OO version of a program that will output Hello, world to the screen. A proper version includes an OO design in UML. Compile and execute this program. 2. Using the s ag, produce an assembly language listing of the program. 3. Do whatever you need to link, load, and run from the assembly language program you generate from the C++ assembly language listing. 4. Redo 1 through 3 with the debugger turned on. ***Attempt*** I basicly wrote a cpp file and then using the -s comand in terminal to convert it to assebly I just need to do the same now turning debug on? I am having trouble figuring out how to use debug in terminal

Explanation / Answer

http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/