diff options
Diffstat (limited to 'Ch 5 Debugging Project')
3 files changed, 11 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 30bbb1a..65a88a3 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -142,6 +142,7 @@ <ClCompile Include="Ch 5 Debugging Project.cpp" />
</ItemGroup>
<ItemGroup>
+ <Text Include="cst116-lab0-debugging-starktre-psuedocode.txt" />
<Text Include="cst116-lab0-debugging-starktre.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
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 48a3ccb..e40fdd2 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="cst116-lab0-debugging-starktre.txt">
<Filter>Source Files</Filter>
</Text>
+ <Text Include="cst116-lab0-debugging-starktre-psuedocode.txt">
+ <Filter>Source Files</Filter>
+ </Text>
</ItemGroup>
</Project>
\ No newline at end of file diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt new file mode 100644 index 0000000..f50595c --- /dev/null +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt @@ -0,0 +1,7 @@ +include the iostream and iomanip libraries +use iostream with std prefix + +begin main +print current amount of money +prompt user for raise in precent +calculate new money total with inputed raise |