Thread: Plzz help me in this Queue and Enqueu question!

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    7

    Plzz help me in this Queue and Enqueu question!

    Implement a stack class template then simulate an array based queue data structure with
    two stack instances.

    Implement a queue class template. Remember that queue uses enqueue
    and dequeue methods.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Please read our Homework Policy.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-23-2011, 09:00 AM
  2. Getting garbage...[Queue question]
    By Sparrowhawk in forum C++ Programming
    Replies: 8
    Last Post: 03-10-2009, 09:24 AM
  3. Simple Queue Question
    By RobJ in forum C++ Programming
    Replies: 5
    Last Post: 05-27-2007, 09:28 AM
  4. queue question
    By goldfish in forum C Programming
    Replies: 2
    Last Post: 10-28-2002, 03:25 PM
  5. queue question
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 10-02-2001, 05:06 PM