Results 1 to 2 of 2

Thread: help regarding queue

  1. #1
    Join Date
    Sep 2008
    Posts
    84
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default help regarding queue

    hii
    i'm using QQueue in the application. i'm able to insert & retrive data from the QQueue ,but it is acting as FIFO. Can it be changed to FILO,LIFO etc..

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: help regarding queue

    LIFO queue is a stack, hence you should use QStack. FILO is the same as LIFO, I guess.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    aj2903 (3rd April 2009)

Similar Threads

  1. phonon queue problem
    By Lykurg in forum Qt Programming
    Replies: 1
    Last Post: 25th December 2008, 14:20
  2. QThread, canceling queue on a connection.
    By kghose in forum Qt Programming
    Replies: 11
    Last Post: 29th July 2008, 22:43
  3. Qt event queue overloading?
    By gct in forum Qt Programming
    Replies: 3
    Last Post: 17th March 2008, 18:39
  4. Event Queue Question
    By TheGrimace in forum Qt Programming
    Replies: 10
    Last Post: 5th October 2007, 16:55
  5. Replies: 6
    Last Post: 21st September 2007, 13:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.