Needs to be implemented in c++ 2017 Fall CIS 200-Lab 6 Assign date: October 18,
ID: 3602983 • Letter: N
Question
Needs to be implemented in c++
2017 Fall CIS 200-Lab 6 Assign date: October 18, 2017 Due date: November 1, 2017 Program: Read in a file of positive integers (>0) from "integer-dat" (perform file validation-eg. file exists, empty file, etc.) and create a doubly linked list of integers in ascending sorted order-print out any error messages to the screen and to a file "log.txt" if the integer is 0) or delete integers from the list and print the entire list or the even number list in ascending or descending order. The action will be written to the screen and to the log file Notify the user with a message if the number to add is already in the list or if the number is not in the list if they to delete a number not in the list. Remember to have appropriate welcome and ending messages to the screen and the log file.Explanation / Answer
#include #include #include #include #include #include using namespace std; struct list { int info; struct list *n; struct list *p; } *start; class Doubly_list { public: void addlist(int value); namespace zzz { struct X {}; void swap(zzz::X&, zzz::X&) { std::coutRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.