SlideShare a Scribd company logo
1 of 2
Download to read offline
The is running major errors for the other person that assisted with this. Could some do this and
debug o that it does not run errors.
Implement a program in C++ a by creating a list ADT using the Object-Oriented style of
programming. The program should be able to do the following.
suggestions: this assignment needs you to create three files, 1) the class specification (*.h), 2) its
implementation (*.cpp) and 3) the application/client or main file (*Main.cpp). Replace the '*' in
the filename with a meaningful name that describes your project.
your application/client/or the main program must Display a Menu (using a dowhile loop) with
choices for user to choose from (similar to the one shown below)
MENU
Add an Item to the List
Delete an Item from the List
Display the Whole List
Exit
Please choose the choice of action by typing the number between (1. To 4.):
Reads users choice from the keyboard, and accordingly gets the needed information from the
user to perform the listADTs main behaviors such as 1) adding an item to the list, 2) deleting an
item from the list, 3) displaying the whole list. The list is about student first names (i.e., each
item is the first name of a student).
The list ADT (the class specification .h file, its implementation .cpp file) you created must be
able to display proper messages, for example when the list is full, or when the list is empty, or
when the items requested to be deleted is not in the list, etc.
The program (*Main.cpp)should stay and run until user chooses the choice to Exit.
Your program is required to follow the notes below, and not following these will result in loss of
points.
NOTES:
Please make sure you debug, run, test and see the program working correctly before submitting.
Make sure all the code statements are commented.
Make sure your program is indented properly.
Do not use any built-in data structures from the C++ standard library (for example, vector , list ,
stack , queue , dequeue , set , map , unordered map, multiset , multimap , etc.).
If it is an abstract data type/data structure you are creating, use Object-Oriented Paradigm
Use Modularity where needed (i.e., submit the specification (*.h), implementation (*.cpp), and
the Application/Client/User (*Main.cpp) files and use sub-functions where needed in the code).
For all static implementations, use an array for the private storage of the List data, and pointers
and nodes for dynamic storage.

More Related Content

Similar to The is running major errors for the other person that assisted with .pdf

Introduction to cpp language and all the required information relating to it
Introduction to cpp language and all the required information relating to itIntroduction to cpp language and all the required information relating to it
Introduction to cpp language and all the required information relating to itPushkarNiroula1
 
Book management system
Book management systemBook management system
Book management systemSHARDA SHARAN
 
CS 23001 Computer Science II Data Structures & AbstractionPro.docx
CS 23001 Computer Science II Data Structures & AbstractionPro.docxCS 23001 Computer Science II Data Structures & AbstractionPro.docx
CS 23001 Computer Science II Data Structures & AbstractionPro.docxfaithxdunce63732
 
INTRODUCTION The goal of this programming project is to entble studen.pdf
 INTRODUCTION The goal of this programming project is to entble studen.pdf INTRODUCTION The goal of this programming project is to entble studen.pdf
INTRODUCTION The goal of this programming project is to entble studen.pdfameancal
 
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docx
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docxCS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docx
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docxmydrynan
 
Principles of object oriented programing
Principles of object oriented programingPrinciples of object oriented programing
Principles of object oriented programingAhammed Alamin
 
Notes of c programming 1st unit BCA I SEM
Notes of c programming  1st unit BCA I SEMNotes of c programming  1st unit BCA I SEM
Notes of c programming 1st unit BCA I SEMMansi Tyagi
 
Overview of C Mrs Sowmya Jyothi
Overview of C Mrs Sowmya JyothiOverview of C Mrs Sowmya Jyothi
Overview of C Mrs Sowmya JyothiSowmya Jyothi
 
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdf
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdfYour 1ab8 c file is doe by Friday 1159pm to be submitted.pdf
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdfabhijitmaskey
 
Educational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdfEducational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdfrajeshjangid1865
 
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptx
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptxIIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptx
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptxrajkumar490591
 
PRINCE PRESENTATION(1).pptx
PRINCE PRESENTATION(1).pptxPRINCE PRESENTATION(1).pptx
PRINCE PRESENTATION(1).pptxSajalKesharwani2
 
(3) cpp abstractions more_on_user_defined_types_exercises
(3) cpp abstractions more_on_user_defined_types_exercises(3) cpp abstractions more_on_user_defined_types_exercises
(3) cpp abstractions more_on_user_defined_types_exercisesNico Ludwig
 
Android best training-in-mumbai
Android best training-in-mumbaiAndroid best training-in-mumbai
Android best training-in-mumbaivibrantuser
 
Chapter 3(1)
Chapter 3(1)Chapter 3(1)
Chapter 3(1)TejaswiB4
 

Similar to The is running major errors for the other person that assisted with .pdf (20)

Introduction to cpp language and all the required information relating to it
Introduction to cpp language and all the required information relating to itIntroduction to cpp language and all the required information relating to it
Introduction to cpp language and all the required information relating to it
 
Book management system
Book management systemBook management system
Book management system
 
CS 23001 Computer Science II Data Structures & AbstractionPro.docx
CS 23001 Computer Science II Data Structures & AbstractionPro.docxCS 23001 Computer Science II Data Structures & AbstractionPro.docx
CS 23001 Computer Science II Data Structures & AbstractionPro.docx
 
INTRODUCTION The goal of this programming project is to entble studen.pdf
 INTRODUCTION The goal of this programming project is to entble studen.pdf INTRODUCTION The goal of this programming project is to entble studen.pdf
INTRODUCTION The goal of this programming project is to entble studen.pdf
 
C programming
C programmingC programming
C programming
 
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docx
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docxCS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docx
CS 2336 PROJECT 3 – Linked Inventory Management Project Due 1104 b.docx
 
Principles of object oriented programing
Principles of object oriented programingPrinciples of object oriented programing
Principles of object oriented programing
 
Notes of c programming 1st unit BCA I SEM
Notes of c programming  1st unit BCA I SEMNotes of c programming  1st unit BCA I SEM
Notes of c programming 1st unit BCA I SEM
 
Overview of C Mrs Sowmya Jyothi
Overview of C Mrs Sowmya JyothiOverview of C Mrs Sowmya Jyothi
Overview of C Mrs Sowmya Jyothi
 
Bcsl 031 solve assignment
Bcsl 031 solve assignmentBcsl 031 solve assignment
Bcsl 031 solve assignment
 
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdf
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdfYour 1ab8 c file is doe by Friday 1159pm to be submitted.pdf
Your 1ab8 c file is doe by Friday 1159pm to be submitted.pdf
 
CPP Assignment Help
CPP Assignment HelpCPP Assignment Help
CPP Assignment Help
 
Educational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdfEducational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdf
 
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptx
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptxIIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptx
IIM.Com-FIT-Unit2(14.9.2021 TO 30.9.2021).pptx
 
PRINCE PRESENTATION(1).pptx
PRINCE PRESENTATION(1).pptxPRINCE PRESENTATION(1).pptx
PRINCE PRESENTATION(1).pptx
 
(3) cpp abstractions more_on_user_defined_types_exercises
(3) cpp abstractions more_on_user_defined_types_exercises(3) cpp abstractions more_on_user_defined_types_exercises
(3) cpp abstractions more_on_user_defined_types_exercises
 
Android best training-in-mumbai
Android best training-in-mumbaiAndroid best training-in-mumbai
Android best training-in-mumbai
 
C++
C++C++
C++
 
Chapter 3(1)
Chapter 3(1)Chapter 3(1)
Chapter 3(1)
 
Introduction of C++ By Pawan Thakur
Introduction of C++ By Pawan ThakurIntroduction of C++ By Pawan Thakur
Introduction of C++ By Pawan Thakur
 

More from preetamsahu17

THE PRISON SERVICE The prison service provides an excellent exampl.pdf
THE PRISON SERVICE The prison service provides an excellent exampl.pdfTHE PRISON SERVICE The prison service provides an excellent exampl.pdf
THE PRISON SERVICE The prison service provides an excellent exampl.pdfpreetamsahu17
 
The primary risk of doing nothing to deal with the effects of inbree.pdf
The primary risk of doing nothing to deal with the effects of inbree.pdfThe primary risk of doing nothing to deal with the effects of inbree.pdf
The primary risk of doing nothing to deal with the effects of inbree.pdfpreetamsahu17
 
The primary benefit of introducing new individuals to a small, inbre.pdf
The primary benefit of introducing new individuals to a small, inbre.pdfThe primary benefit of introducing new individuals to a small, inbre.pdf
The primary benefit of introducing new individuals to a small, inbre.pdfpreetamsahu17
 
The population proportion is 0.20. What is the probability that a sa.pdf
The population proportion is 0.20. What is the probability that a sa.pdfThe population proportion is 0.20. What is the probability that a sa.pdf
The population proportion is 0.20. What is the probability that a sa.pdfpreetamsahu17
 
The postoperative care nurse is reviewing the patient�s preoperative.pdf
The postoperative care nurse is reviewing the patient�s preoperative.pdfThe postoperative care nurse is reviewing the patient�s preoperative.pdf
The postoperative care nurse is reviewing the patient�s preoperative.pdfpreetamsahu17
 
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdf
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdfThe plainfield Company has a long-term debt ratio of (i.e the ratio .pdf
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdfpreetamsahu17
 
The patient fell and twisted her right ankle. She is diagnosed with .pdf
The patient fell and twisted her right ankle. She is diagnosed with .pdfThe patient fell and twisted her right ankle. She is diagnosed with .pdf
The patient fell and twisted her right ankle. She is diagnosed with .pdfpreetamsahu17
 
The organizational context for this change was a large mental health.pdf
The organizational context for this change was a large mental health.pdfThe organizational context for this change was a large mental health.pdf
The organizational context for this change was a large mental health.pdfpreetamsahu17
 
The orbital speed of the material in the solar nebula at Plutos ave.pdf
The orbital speed of the material in the solar nebula at Plutos ave.pdfThe orbital speed of the material in the solar nebula at Plutos ave.pdf
The orbital speed of the material in the solar nebula at Plutos ave.pdfpreetamsahu17
 
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdf
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdfThe organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdf
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdfpreetamsahu17
 
The Movie table has the following columnsID�integerTitle�variab.pdf
The Movie table has the following columnsID�integerTitle�variab.pdfThe Movie table has the following columnsID�integerTitle�variab.pdf
The Movie table has the following columnsID�integerTitle�variab.pdfpreetamsahu17
 
The MMR vaccine is a combination vaccine used against three viruses..pdf
The MMR vaccine is a combination vaccine used against three viruses..pdfThe MMR vaccine is a combination vaccine used against three viruses..pdf
The MMR vaccine is a combination vaccine used against three viruses..pdfpreetamsahu17
 
The Movie table has the following columnsID�integer, primary ke.pdf
The Movie table has the following columnsID�integer, primary ke.pdfThe Movie table has the following columnsID�integer, primary ke.pdf
The Movie table has the following columnsID�integer, primary ke.pdfpreetamsahu17
 
The manager of Queensland Healths computer network constructed the .pdf
The manager of Queensland Healths computer network constructed the .pdfThe manager of Queensland Healths computer network constructed the .pdf
The manager of Queensland Healths computer network constructed the .pdfpreetamsahu17
 
The method of reporting operating activities that lists operating ca.pdf
The method of reporting operating activities that lists operating ca.pdfThe method of reporting operating activities that lists operating ca.pdf
The method of reporting operating activities that lists operating ca.pdfpreetamsahu17
 
the indirect method starts with net income and converts it to net ca.pdf
the indirect method starts with net income and converts it to net ca.pdfthe indirect method starts with net income and converts it to net ca.pdf
the indirect method starts with net income and converts it to net ca.pdfpreetamsahu17
 
The Kepler spacecraft has found vast numbers of planets that appear .pdf
The Kepler spacecraft has found vast numbers of planets that appear .pdfThe Kepler spacecraft has found vast numbers of planets that appear .pdf
The Kepler spacecraft has found vast numbers of planets that appear .pdfpreetamsahu17
 
The image below shows a fully constructured FA that will accept any .pdf
The image below shows a fully constructured FA that will accept any .pdfThe image below shows a fully constructured FA that will accept any .pdf
The image below shows a fully constructured FA that will accept any .pdfpreetamsahu17
 
The Linux operating system is widely used in industry, especially fo.pdf
The Linux operating system is widely used in industry, especially fo.pdfThe Linux operating system is widely used in industry, especially fo.pdf
The Linux operating system is widely used in industry, especially fo.pdfpreetamsahu17
 
The implementation of the European Union hasMade it harder for Am.pdf
The implementation of the European Union hasMade it harder for Am.pdfThe implementation of the European Union hasMade it harder for Am.pdf
The implementation of the European Union hasMade it harder for Am.pdfpreetamsahu17
 

More from preetamsahu17 (20)

THE PRISON SERVICE The prison service provides an excellent exampl.pdf
THE PRISON SERVICE The prison service provides an excellent exampl.pdfTHE PRISON SERVICE The prison service provides an excellent exampl.pdf
THE PRISON SERVICE The prison service provides an excellent exampl.pdf
 
The primary risk of doing nothing to deal with the effects of inbree.pdf
The primary risk of doing nothing to deal with the effects of inbree.pdfThe primary risk of doing nothing to deal with the effects of inbree.pdf
The primary risk of doing nothing to deal with the effects of inbree.pdf
 
The primary benefit of introducing new individuals to a small, inbre.pdf
The primary benefit of introducing new individuals to a small, inbre.pdfThe primary benefit of introducing new individuals to a small, inbre.pdf
The primary benefit of introducing new individuals to a small, inbre.pdf
 
The population proportion is 0.20. What is the probability that a sa.pdf
The population proportion is 0.20. What is the probability that a sa.pdfThe population proportion is 0.20. What is the probability that a sa.pdf
The population proportion is 0.20. What is the probability that a sa.pdf
 
The postoperative care nurse is reviewing the patient�s preoperative.pdf
The postoperative care nurse is reviewing the patient�s preoperative.pdfThe postoperative care nurse is reviewing the patient�s preoperative.pdf
The postoperative care nurse is reviewing the patient�s preoperative.pdf
 
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdf
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdfThe plainfield Company has a long-term debt ratio of (i.e the ratio .pdf
The plainfield Company has a long-term debt ratio of (i.e the ratio .pdf
 
The patient fell and twisted her right ankle. She is diagnosed with .pdf
The patient fell and twisted her right ankle. She is diagnosed with .pdfThe patient fell and twisted her right ankle. She is diagnosed with .pdf
The patient fell and twisted her right ankle. She is diagnosed with .pdf
 
The organizational context for this change was a large mental health.pdf
The organizational context for this change was a large mental health.pdfThe organizational context for this change was a large mental health.pdf
The organizational context for this change was a large mental health.pdf
 
The orbital speed of the material in the solar nebula at Plutos ave.pdf
The orbital speed of the material in the solar nebula at Plutos ave.pdfThe orbital speed of the material in the solar nebula at Plutos ave.pdf
The orbital speed of the material in the solar nebula at Plutos ave.pdf
 
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdf
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdfThe organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdf
The organism Methanopyrus kandleri is an obligate anaerobe but perfo.pdf
 
The Movie table has the following columnsID�integerTitle�variab.pdf
The Movie table has the following columnsID�integerTitle�variab.pdfThe Movie table has the following columnsID�integerTitle�variab.pdf
The Movie table has the following columnsID�integerTitle�variab.pdf
 
The MMR vaccine is a combination vaccine used against three viruses..pdf
The MMR vaccine is a combination vaccine used against three viruses..pdfThe MMR vaccine is a combination vaccine used against three viruses..pdf
The MMR vaccine is a combination vaccine used against three viruses..pdf
 
The Movie table has the following columnsID�integer, primary ke.pdf
The Movie table has the following columnsID�integer, primary ke.pdfThe Movie table has the following columnsID�integer, primary ke.pdf
The Movie table has the following columnsID�integer, primary ke.pdf
 
The manager of Queensland Healths computer network constructed the .pdf
The manager of Queensland Healths computer network constructed the .pdfThe manager of Queensland Healths computer network constructed the .pdf
The manager of Queensland Healths computer network constructed the .pdf
 
The method of reporting operating activities that lists operating ca.pdf
The method of reporting operating activities that lists operating ca.pdfThe method of reporting operating activities that lists operating ca.pdf
The method of reporting operating activities that lists operating ca.pdf
 
the indirect method starts with net income and converts it to net ca.pdf
the indirect method starts with net income and converts it to net ca.pdfthe indirect method starts with net income and converts it to net ca.pdf
the indirect method starts with net income and converts it to net ca.pdf
 
The Kepler spacecraft has found vast numbers of planets that appear .pdf
The Kepler spacecraft has found vast numbers of planets that appear .pdfThe Kepler spacecraft has found vast numbers of planets that appear .pdf
The Kepler spacecraft has found vast numbers of planets that appear .pdf
 
The image below shows a fully constructured FA that will accept any .pdf
The image below shows a fully constructured FA that will accept any .pdfThe image below shows a fully constructured FA that will accept any .pdf
The image below shows a fully constructured FA that will accept any .pdf
 
The Linux operating system is widely used in industry, especially fo.pdf
The Linux operating system is widely used in industry, especially fo.pdfThe Linux operating system is widely used in industry, especially fo.pdf
The Linux operating system is widely used in industry, especially fo.pdf
 
The implementation of the European Union hasMade it harder for Am.pdf
The implementation of the European Union hasMade it harder for Am.pdfThe implementation of the European Union hasMade it harder for Am.pdf
The implementation of the European Union hasMade it harder for Am.pdf
 

Recently uploaded

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Recently uploaded (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 

The is running major errors for the other person that assisted with .pdf

  • 1. The is running major errors for the other person that assisted with this. Could some do this and debug o that it does not run errors. Implement a program in C++ a by creating a list ADT using the Object-Oriented style of programming. The program should be able to do the following. suggestions: this assignment needs you to create three files, 1) the class specification (*.h), 2) its implementation (*.cpp) and 3) the application/client or main file (*Main.cpp). Replace the '*' in the filename with a meaningful name that describes your project. your application/client/or the main program must Display a Menu (using a dowhile loop) with choices for user to choose from (similar to the one shown below) MENU Add an Item to the List Delete an Item from the List Display the Whole List Exit Please choose the choice of action by typing the number between (1. To 4.): Reads users choice from the keyboard, and accordingly gets the needed information from the user to perform the listADTs main behaviors such as 1) adding an item to the list, 2) deleting an item from the list, 3) displaying the whole list. The list is about student first names (i.e., each item is the first name of a student). The list ADT (the class specification .h file, its implementation .cpp file) you created must be able to display proper messages, for example when the list is full, or when the list is empty, or when the items requested to be deleted is not in the list, etc. The program (*Main.cpp)should stay and run until user chooses the choice to Exit. Your program is required to follow the notes below, and not following these will result in loss of points. NOTES: Please make sure you debug, run, test and see the program working correctly before submitting. Make sure all the code statements are commented. Make sure your program is indented properly. Do not use any built-in data structures from the C++ standard library (for example, vector , list , stack , queue , dequeue , set , map , unordered map, multiset , multimap , etc.). If it is an abstract data type/data structure you are creating, use Object-Oriented Paradigm Use Modularity where needed (i.e., submit the specification (*.h), implementation (*.cpp), and
  • 2. the Application/Client/User (*Main.cpp) files and use sub-functions where needed in the code). For all static implementations, use an array for the private storage of the List data, and pointers and nodes for dynamic storage.