From b3ecf7b864dd292f36ef529cfb5385c0bf6893fe Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Sun, 18 Feb 2024 13:38:36 -0800 Subject: fixed errors, just looking around to help with another assignment --- Project1/program.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project1/program.cpp') diff --git a/Project1/program.cpp b/Project1/program.cpp index 29033dc..0949855 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -54,7 +54,7 @@ void createVector() void Create_list() { - int i, t; + int i; std::list myList (SIZE, i); for (auto i = 0; i < SIZE; i++) { @@ -68,7 +68,7 @@ int main() //createArray(); //createstdArray(); //createVector(); - Create_list(); + //Create_list(); -- cgit v1.2.3