Re: How To Design A Queue of Messages?
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