hi friends ...
this is my 1st post I'm sure it gonna be beneficial to me..
Well I'm facing problem in this assignment.As I'm not that good in c++ programming. Please help me out .We have to use doubly linked list.
Assignment requirements
Overview
You are expected to write a simple console application which reads a text file that consists of contact information (name,surname,email,phone number) , and being capable of doing some processing on that data. Exaple data file is Contacts.txt .
Your program must be able to process this kind of files and insert it into a circular singly linked list. After teading this file, it must be able to sort the list according to surnames. After that operation, program asks for the user input to enter the start and end user surnames and it will print the person in the list whose surname is within that user input (inclusive).
Implementation of a circular singly linked list class of "contacts" with fallowing operations: add to head , remove from head , add to tail , remove from tail , sort , and print from given start-surname to end- surname. This will be a proper C++ class.
This project is really really important for me and I have only few hours left so I'm really really really need your help. Yhank you very much