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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Lists, maps, etc

Lists, maps, etc

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpc++dotnetquestion
2 Posts 2 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.
  • J Offline
    J Offline
    Jordan C Atlas
    wrote on last edited by
    #1

    Is there a .NET framework equivalent of lists, vectors, maps, etc. in the C++ standard library? Thanks, --Jordan

    G 1 Reply Last reply
    0
    • J Jordan C Atlas

      Is there a .NET framework equivalent of lists, vectors, maps, etc. in the C++ standard library? Thanks, --Jordan

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      There are quite a lot of different collections, like ArrayList, HashTable, Queue, SortedList, Stack, HybridDictionary, ListDictionary, OrderedDictionary, StringCollection, StringDIctionary, etc., and base classes to easily make specialized collections yourself. If you use framework 2.0 you also have strongly typed collections like List<T>, Dictionary<T,T>, LinkedList<T>, Queue<T>, SortedDictionary<T>, SortedList<T,T>, Stack<T>, etc. --- b { font-weight: normal; }

      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