From 5dc32bd7bf9204c4113765f53d84a72ed415b71d Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 8 Feb 2024 14:12:28 -0800 Subject: files and functions set up --- Inclass 10/PointerExamples.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'Inclass 10/PointerExamples.cpp') diff --git a/Inclass 10/PointerExamples.cpp b/Inclass 10/PointerExamples.cpp index e69de29..4889659 100644 --- a/Inclass 10/PointerExamples.cpp +++ b/Inclass 10/PointerExamples.cpp @@ -0,0 +1,28 @@ +#include +#include "Header.h" +#include "Node.h" + +using std::cin; +using std::cout; +using std::endl; + +void Swap(Node* first, Node* second) +{ + + + +} + +void Standardize_101(Node* node) +{ + + + +} + +void Square(Node* node) +{ + + + +} \ No newline at end of file -- cgit v1.2.3