Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. is it such a thing LinkedLists in C# ?

is it such a thing LinkedLists in C# ?

Scheduled Pinned Locked Moved C#
questioncsharpc++help
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nesfrank
    wrote on last edited by
    #1

    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!

    S G K 3 Replies Last reply
    0
    • N nesfrank

      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!

      S Offline
      S Offline
      Simon P Stevens
      wrote on last edited by
      #2

      Yeah, umm....surprise surprise, it's called LinkedList[^] It's a generic so you can use it with whatever type you want.

      Simon

      1 Reply Last reply
      0
      • N nesfrank

        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!

        G Offline
        G Offline
        Giorgi Dalakishvili
        wrote on last edited by
        #3

        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

        N 1 Reply Last reply
        0
        • N nesfrank

          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!

          K Offline
          K Offline
          Kevin McFarlane
          wrote on last edited by
          #4

          There's a LinkedList class in .NET 2.0.

          Kevin

          1 Reply Last reply
          0
          • G Giorgi Dalakishvili

            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

            N Offline
            N Offline
            nesfrank
            wrote on last edited by
            #5

            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.

            G D 2 Replies Last reply
            0
            • N nesfrank

              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.

              G Offline
              G Offline
              Giorgi Dalakishvili
              wrote on last edited by
              #6

              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

              N 1 Reply Last reply
              0
              • N nesfrank

                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.

                D Offline
                D Offline
                Dan Neely
                wrote on last edited by
                #7

                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

                N 1 Reply Last reply
                0
                • D Dan Neely

                  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

                  N Offline
                  N Offline
                  nesfrank
                  wrote on last edited by
                  #8

                  I do put efforts but I have limited english. all are different. I appreaciate any response but I don't appreciate offense

                  1 Reply Last reply
                  0
                  • G Giorgi Dalakishvili

                    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

                    N Offline
                    N Offline
                    nesfrank
                    wrote on last edited by
                    #9

                    thanks anyway. I appreacute any answer :)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups