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
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.
-Using the s ag, produce an assembly language listing of the program.
-Do whatever you need to link, load, and run from the assembly language program you generate from the C++ assembly language listing.
-Redo 1 through 3 with the debugger turned on.
-Add an exception to the program (say, a statement such as x = 1 / 0) and repeat 1 through 3, showing the debugger output, stack trace, and the like. Show how the debugger helps you nd the problem.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
