From 105b799cbffbfbffe33cd62a72b0b7d0e3ec6b32 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Tue, 18 Oct 2022 10:27:35 -0700 Subject: Exercise 4 complete --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CST116-Ch9-Debugging') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index 831faf3..b8f7f65 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -71,6 +71,7 @@ //exercise 3: when entering into the print function, the variables are flipped. //Variables have to be in the correct order so that they print in the correct order. //It will assign the first value called to the first value in the function +//exercise 4. Opened call stack window from debug drop down. Noticed that stepping into print function made it the top call stack. #include using std::cout; -- cgit v1.2.3