• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How To Design A Queue of Messages?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How To Design A Queue of Messages?


  • Subject: Re: How To Design A Queue of Messages?
  • From: Mietek Bąk <email@hidden>
  • Date: Sat, 10 Sep 2005 17:41:37 +0200

On 10/9/2005, at 17:08, Tommy Nordgren wrote:

The easiest way to do this is probably to code this module in Objective C++,
and use std::queue tmmplates, instantiated with a suitable enum.

I respectfully disagree. A queue is one of the simplest data structures, trivial to implement, and the problem Jerry is having isn't related to the nature of the queue. The STL is overkill for such an application, and Andreas already suggested a method much more elegant and dynamic than a switch statement.


Regards,


-- desp; }

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How To Design A Queue of Messages?
      • From: John Stiles <email@hidden>
References: 
 >How To Design A Queue of Messages? (From: Jerry Krinock <email@hidden>)
 >Re: How To Design A Queue of Messages? (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Value snapping and NSSlider
  • Next by Date: printing font with Xcode 2.1
  • Previous by thread: Re: How To Design A Queue of Messages?
  • Next by thread: Re: How To Design A Queue of Messages?
  • Index(es):
    • Date
    • Thread