Hi I am doing this project working with linked lists ,however everything works fine until I try my Clear() function which is suppose to clear the queue and de allocate the pointers. However when I do that I get access violation error. Keep in mind that my test harness is a simple test to see if Clear() function works
here is my code in the header file
Take a look at my Clear() function
I have a problem when I got the task from my lecture
task: Made a program about queue in Bank teller system. Teller A if deposit <=10million, teller B > 10million
the count of customer(queue) is random and the price if deposit is random too.
output: how much customers,time and total transaction at teller A, also at teller B.