Thread: starting with queues...

  1. #1
    Registered User
    Join Date
    Aug 2010
    Posts
    230

    starting with queues...

    i have an exercise about two queues...insert, get strings...and print them. can anyone give any ides from where to start?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Code:
    int main (void)
    {
    
    return 0; }
    Sorry, couldn't resist...

    Start with the basics...
    What is a Queue?
    How big are the strings?
    How many strings?
    etc.

    You can't write code if you don't have a sense of the problem...

  3. #3
    Registered User Char*Pntr's Avatar
    Join Date
    Sep 2007
    Location
    Lathrop, CA
    Posts
    198

    Thumbs down

    Quote Originally Posted by brack View Post
    i have an exercise about two queues...insert, get strings...and print them. can anyone give any ides from where to start?
    Sure. Start with insert.

    Edit: Sorry. Couldn't resist.
    Last edited by Char*Pntr; 11-11-2010 at 02:09 PM. Reason: clarification

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 10-23-2009, 11:54 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. Concatenating two static queues?
    By difficult.name in forum C Programming
    Replies: 2
    Last Post: 10-18-2004, 11:19 PM
  4. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  5. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM