Home » questions » write a programe to implement double ended queues using linked lists and class templates.?

write a programe to implement double ended queues using linked lists and class templates.?

2006-08-10 09:17:48, Category: Programming & Design

Answers

  1. bluedoggy2006

    On 2006-08-10 09:30:25


    I guess your trying to do your C++ homework?
  2. JKP

    On 2006-08-10 14:56:37


    I'd like to help, but the scope of your question is much too large. I suggest breaking down what you need into small bits and then either working on them yourself or posting them here. For example: What function prototypes would I need in order to implement X? How can I use a class to implement X? I'm trying to accomplish X using Y, and have encountered error Z. What did I do wrong? This will help us to solve your problems more quickly. Good luck!
  3. jacovkss2

    On 2006-08-10 10:17:33


    I guess you're trying to make us do your C++ homework?