From 31ff15eed8e3b407ef9b0f18a2ca62b2fdcd53bb Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Thu, 20 Oct 2022 20:25:25 -0700 Subject: Almighty PUSH! --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index dd3629c..a24748b 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -101,6 +101,7 @@ int main() // Put breakpoint on the following line FunctionTwo(varX, varY, varZ); varZ[0] = -99; + varX[1] = 99; PrintFunction(varX, varY, varZ); return 0; -- cgit v1.2.3