From 184af6837bd7b57d0152f801202eb74771bfc46f Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sat, 1 Oct 2022 13:01:58 -0700 Subject: Added text to the output text file --- Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 3 +++ Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 5 +++++ Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt | 3 +++ 3 files changed, 11 insertions(+) diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 97611d8..30bbb1a 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -141,6 +141,9 @@ + + + diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index f330efc..48a3ccb 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -19,4 +19,9 @@ Source Files + + + Source Files + + \ No newline at end of file diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt index e69de29..97f1a9d 100644 --- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre.txt @@ -0,0 +1,3 @@ +You have $123.45 +Enter percent raise: 10 +After your raise you have $135.795 \ No newline at end of file -- cgit v1.2.3