|
-
Feb 15th, 2007, 07:37 AM
#1
Thread Starter
Member
list implementation
hi there!
is there any class in the compact framework that implements FIFO lists?
-
Feb 15th, 2007, 07:59 AM
#2
Fanatic Member
Re: list implementation
doesnt a queue not work for FIFO....
Dim l_myQ as New Queue
l_myQ.enqueue("someobject")
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 15th, 2007, 08:03 AM
#3
Thread Starter
Member
Re: list implementation
it would but might have some exceptions (dont know yet, those things come during the implementation) from time to time and will need to add in the middle of the list, or delete from the middle. Anyway, the FIFO part is not really the issue. I am just looking for a class that implements lists, or queues in that matter. Is there any in the compact framework?
-
Feb 15th, 2007, 08:05 AM
#4
Fanatic Member
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 15th, 2007, 08:12 AM
#5
Thread Starter
Member
Re: list implementation
cool.thanks. will try to work with arraylists.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|