Question: please code this in c++ 2017 Fall CIS 200-Lab 6 Assign date: October 18, 2017 Due date: November 1, 2017 Program: Read in a file

please code this 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. 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
