From 99b1707e474ea9e373014fbd5206e4124d35b7e9 Mon Sep 17 00:00:00 2001 From: Miles-Cell <156042454+Miles-Cell@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:53:04 -0700 Subject: Staged and pushing --- In Class Excercise 10/In Class Excercise 10/Node.h | 1 + In Class Excercise 10/In Class Excercise 10/PointerExamples.cpp | 2 ++ In Class Excercise 10/In Class Excercise 10/program.cpp | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'In Class Excercise 10') diff --git a/In Class Excercise 10/In Class Excercise 10/Node.h b/In Class Excercise 10/In Class Excercise 10/Node.h index 0c5ad5f..1d168e9 100644 --- a/In Class Excercise 10/In Class Excercise 10/Node.h +++ b/In Class Excercise 10/In Class Excercise 10/Node.h @@ -8,3 +8,4 @@ struct Node; #endif // !POINT_H + diff --git a/In Class Excercise 10/In Class Excercise 10/PointerExamples.cpp b/In Class Excercise 10/In Class Excercise 10/PointerExamples.cpp index 50854bd..b64c430 100644 --- a/In Class Excercise 10/In Class Excercise 10/PointerExamples.cpp +++ b/In Class Excercise 10/In Class Excercise 10/PointerExamples.cpp @@ -25,3 +25,5 @@ void Square(Node* node) { node->_num *= node->_num; } + + diff --git a/In Class Excercise 10/In Class Excercise 10/program.cpp b/In Class Excercise 10/In Class Excercise 10/program.cpp index 8cb09f3..94cc7e9 100644 --- a/In Class Excercise 10/In Class Excercise 10/program.cpp +++ b/In Class Excercise 10/In Class Excercise 10/program.cpp @@ -19,4 +19,6 @@ int main() return 0; } -// insert int & variables as needed ~ Miles \ No newline at end of file + + +// This one was confusing. Add variables as needed, I guess? Not my favorite, but I tried. \ No newline at end of file -- cgit v1.2.3