From 65eedec46f4da4c72d43d40d3c3b78a593630c3d Mon Sep 17 00:00:00 2001 From: Bandiaruna2249 Date: Fri, 7 Jun 2024 11:13:30 +0530 Subject: [PATCH] Update get_inputs.h --- Oddsem/Inputs/get_inputs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oddsem/Inputs/get_inputs.h b/Oddsem/Inputs/get_inputs.h index 74476da..1140056 100644 --- a/Oddsem/Inputs/get_inputs.h +++ b/Oddsem/Inputs/get_inputs.h @@ -3,13 +3,13 @@ //Everything on heap void entercourselist(vector * listofcourses){ - listofcourses->pb(new Course("Maths","Chandrashekar",3,4,'A'));//sem and numperweek + listofcourses->pb(new Course("Maths","sparsha",3,2,'DS3'));//sem and numperweek /* vector tempvect; tempvect=listofcourses[0]; cout<get_course_name()<pb(new Course("Data Structures","Rajeshwari",3,4,'A')); + listofcourses->pb(new Course("Data Structures","vinutha",3,4,'ds3')); /* vector tempvect; tempvect=listofcourses[0];