is it such a thing LinkedLists in C# ?
-
Guys, I am taking some classes and I am trying to do assignm,ent in c#. I have a question. I have the asignment that must use the LInked Lists so I was wondering if c# has any think like Linked Lists in C++? Please advice and I will greately appreciate your comments. Thank you and God bless you all for wonderful help!
-
Guys, I am taking some classes and I am trying to do assignm,ent in c#. I have a question. I have the asignment that must use the LInked Lists so I was wondering if c# has any think like Linked Lists in C++? Please advice and I will greately appreciate your comments. Thank you and God bless you all for wonderful help!
Yeah, umm....surprise surprise, it's called LinkedList[^] It's a generic so you can use it with whatever type you want.
Simon
-
Guys, I am taking some classes and I am trying to do assignm,ent in c#. I have a question. I have the asignment that must use the LInked Lists so I was wondering if c# has any think like Linked Lists in C++? Please advice and I will greately appreciate your comments. Thank you and God bless you all for wonderful help!
There is such thing called Google that let's you to search. Have you tried it? There is also MSDN too.
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
-
Guys, I am taking some classes and I am trying to do assignm,ent in c#. I have a question. I have the asignment that must use the LInked Lists so I was wondering if c# has any think like Linked Lists in C++? Please advice and I will greately appreciate your comments. Thank you and God bless you all for wonderful help!
There's a LinkedList class in .NET 2.0.
Kevin
-
There is such thing called Google that let's you to search. Have you tried it? There is also MSDN too.
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
-
sorry, but if google had it all, this forum will no longer be needed. google searches forums like this. If you have no answer to it better not to response. Noone is born nice and kind but kindness can be earned. Respect yourself and respect others.
nesfrank wrote:
sorry, but if google had it all, this forum will no longer be needed.
I agree, Google does not have everything but it does have much information. You use documentation and books to learn about something and post on forum if you can't need to clarify some points or need more help.
nesfrank wrote:
Respect yourself and respect others.
So why don't you respect us and do basic search and read documentation? Most of the questions asked at this forum can be answered by reading documentation and doing simple search. I guess some people are too lazy to do that.
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
-
sorry, but if google had it all, this forum will no longer be needed. google searches forums like this. If you have no answer to it better not to response. Noone is born nice and kind but kindness can be earned. Respect yourself and respect others.
But when the 4th hit for "C# linked list" is an article that shows why the generic linked list (at the end of the article) is better than a DIY list, and the 2nd hit for "C# linkedlist" is a howto on the
ArrayList<>
generic, posting a question like this shows you haven't put any effort into it.Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
But when the 4th hit for "C# linked list" is an article that shows why the generic linked list (at the end of the article) is better than a DIY list, and the 2nd hit for "C# linkedlist" is a howto on the
ArrayList<>
generic, posting a question like this shows you haven't put any effort into it.Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
nesfrank wrote:
sorry, but if google had it all, this forum will no longer be needed.
I agree, Google does not have everything but it does have much information. You use documentation and books to learn about something and post on forum if you can't need to clarify some points or need more help.
nesfrank wrote:
Respect yourself and respect others.
So why don't you respect us and do basic search and read documentation? Most of the questions asked at this forum can be answered by reading documentation and doing simple search. I guess some people are too lazy to do that.
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion