From 501b34beab0592810bf5547a9c105b54c97e2f43 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 8 Feb 2024 11:42:13 -0800 Subject: .cpp and .h files set up, labled, and included. --- Inclass-9/ReferenceExamples.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Inclass-9/ReferenceExamples.cpp (limited to 'Inclass-9/ReferenceExamples.cpp') diff --git a/Inclass-9/ReferenceExamples.cpp b/Inclass-9/ReferenceExamples.cpp new file mode 100644 index 0000000..aaef1d6 --- /dev/null +++ b/Inclass-9/ReferenceExamples.cpp @@ -0,0 +1,8 @@ +// Program.cpp function code file. + +#include +#include "ReferenceExamples.h" + +using std::cin; +using std::cout; +using std::endl; \ No newline at end of file -- cgit v1.2.3