aboutsummaryrefslogtreecommitdiff
path: root/Project1/c_array.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-15 16:35:18 -0800
committerConnor McDowell <[email protected]>2024-02-15 16:35:18 -0800
commit06a27e9f3e7c492290d2c41ed662fb743fbb2401 (patch)
treee4fcb53e892f067d15daeffe87be148821c3eea2 /Project1/c_array.cpp
parentfiles added (diff)
downloadin-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.tar.xz
in-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.zip
links created, usings created
Diffstat (limited to 'Project1/c_array.cpp')
-rw-r--r--Project1/c_array.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Project1/c_array.cpp b/Project1/c_array.cpp
index e69de29..fd64a39 100644
--- a/Project1/c_array.cpp
+++ b/Project1/c_array.cpp
@@ -0,0 +1,9 @@
+#include <iostream>
+#include <ostream>
+#include "c_array.h"
+
+using std::cin;
+using std::cout;
+using std::endl;
+
+