From 672a0bc2400b51e57e6d73142cfa76010255a72c Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 8 Feb 2024 12:15:38 -0800 Subject: gone through some of the lecture, includes node and basic ref --- Inclass-9/ReferenceExamples.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Inclass-9/ReferenceExamples.h') diff --git a/Inclass-9/ReferenceExamples.h b/Inclass-9/ReferenceExamples.h index 5c679d5..a5c5ce0 100644 --- a/Inclass-9/ReferenceExamples.h +++ b/Inclass-9/ReferenceExamples.h @@ -1,7 +1,11 @@ #ifndef HEADER -#def HEADER +#define HEADER +void Swap(int& x, int& y); +void Standardize_101(int& n); + +void Square(int& x); -- cgit v1.2.3