From 06a27e9f3e7c492290d2c41ed662fb743fbb2401 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 15 Feb 2024 16:35:18 -0800 Subject: links created, usings created --- Project1/c_array.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Project1/c_array.cpp') 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 +#include +#include "c_array.h" + +using std::cin; +using std::cout; +using std::endl; + + -- cgit v1.2.3