diff options
| author | Miles-Cell <[email protected]> | 2024-03-21 12:53:04 -0700 |
|---|---|---|
| committer | Miles-Cell <[email protected]> | 2024-03-21 12:53:04 -0700 |
| commit | 99b1707e474ea9e373014fbd5206e4124d35b7e9 (patch) | |
| tree | b72a7538e5bcdd8e396a9df7afc58ca25e086f45 /In Class Excercise 10 | |
| parent | Exercise complete!! (diff) | |
| download | in-class-exercise-10-miles-cell-develop.tar.xz in-class-exercise-10-miles-cell-develop.zip | |
Staged and pushingdevelop
Diffstat (limited to 'In Class Excercise 10')
3 files changed, 6 insertions, 1 deletions
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 |