diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-04 12:38:37 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-04 12:38:37 -0800 |
| commit | ea6ae02dbb374387c8e88bfb2275d13006a65ed6 (patch) | |
| tree | beef3c87fe2870b329a53a5ddbb9c8fb5764e870 /Ch 5 Debugging Project | |
| parent | Simple changes (diff) | |
| download | cst116-lab0-debugging-alexandra-apetroaei-ea6ae02dbb374387c8e88bfb2275d13006a65ed6.tar.xz cst116-lab0-debugging-alexandra-apetroaei-ea6ae02dbb374387c8e88bfb2275d13006a65ed6.zip | |
change
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..4abe62f 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -59,6 +59,10 @@ #include <iostream>
#include <iomanip>
+#include <iostream>
+
+using namespace std;
+
using std::cout;
using std::cin;
using std::endl;
|