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 / C++ / MFC
  4. <unordered_set></unordered_set>

<unordered_set></unordered_set>

Scheduled Pinned Locked Moved C / C++ / MFC
question
12 Posts 6 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.
  • M Mark Salsbery

    steph5 wrote:

    I'm a novice

    Step 1: Put a subject on your post so people can click on it! :)

    steph5 wrote:

    And I want to use .

    Want to use what?

    steph5 wrote:

    Apparently it is in TR1

    I believe TR1 support was first added in the feature pack for Visual Studio 2008.

    Mark Salsbery Microsoft MVP - Visual C++ :java:

    S Offline
    S Offline
    steph5
    wrote on last edited by
    #3

    Lets try that agaiin!!!! I can't even post a message. What chance do I have trying to program :) I am trying to get unordered_set on my machine. how can I get it? p.s. if you put < and > it doesn't post in??

    M 1 Reply Last reply
    0
    • S steph5

      Lets try that agaiin!!!! I can't even post a message. What chance do I have trying to program :) I am trying to get unordered_set on my machine. how can I get it? p.s. if you put < and > it doesn't post in??

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #4

      steph5 wrote:

      I am trying to get unordered_set on my machine.

      You won't get it with Visual Studio 2005 (it's there in VS 2008 SP1). You may want to try the Boost libraries[^]

      steph5 wrote:

      p.s. if you put < and > it doesn't post in??

      Not always - the text is interpreted as HTML and < starts an HTML tag. In the formatting row below the editor window you'll find buttons to insert < and >, or you can type the HTML for them yourself. (this is pretty much the ONLY thing that really bugs me on this site... I shouldn't have to go through and fix my posted code on a site with code in the name... not all of us are HTML "programmers" :))

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      S R 2 Replies Last reply
      0
      • M Mark Salsbery

        steph5 wrote:

        I am trying to get unordered_set on my machine.

        You won't get it with Visual Studio 2005 (it's there in VS 2008 SP1). You may want to try the Boost libraries[^]

        steph5 wrote:

        p.s. if you put < and > it doesn't post in??

        Not always - the text is interpreted as HTML and < starts an HTML tag. In the formatting row below the editor window you'll find buttons to insert < and >, or you can type the HTML for them yourself. (this is pretty much the ONLY thing that really bugs me on this site... I shouldn't have to go through and fix my posted code on a site with code in the name... not all of us are HTML "programmers" :))

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        S Offline
        S Offline
        steph5
        wrote on last edited by
        #5

        Many Thanks for your time and patience :-D

        1 Reply Last reply
        0
        • S steph5

          Hi I'm a novice so excuse the basic questions! I have Visual Studios 2005 And I want to use . Its not included it my list of include files. Apparently it is in TR1 what ever that menans:confused: How do I go about getting the files so that I can use unordered sets in the code I am trying to write Many thanks for your time.

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #6

          Putting in a subject line is helpful, so folks know what they may expect when trying to open your post.

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

          B 1 Reply Last reply
          0
          • P Paul Conrad

            Putting in a subject line is helpful, so folks know what they may expect when trying to open your post.

            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

            B Offline
            B Offline
            Bram van Kampen
            wrote on last edited by
            #7

            As an Aside, the thing won't open in my browser at all (Nothing to Click on) Is it not a Bug in CodeProject that you apparently can submit a question without a Subject Line. (Never tried it, and I won't, but me thinks that those who wrote the site should have done so). :rolleyes: Regards,

            Bram van Kampen

            P 1 Reply Last reply
            0
            • B Bram van Kampen

              As an Aside, the thing won't open in my browser at all (Nothing to Click on) Is it not a Bug in CodeProject that you apparently can submit a question without a Subject Line. (Never tried it, and I won't, but me thinks that those who wrote the site should have done so). :rolleyes: Regards,

              Bram van Kampen

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #8

              You can actually press [Ctrl]+[Left Arrow] to navigate to the particular post.

              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

              R B 2 Replies Last reply
              0
              • P Paul Conrad

                You can actually press [Ctrl]+[Left Arrow] to navigate to the particular post.

                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

                R Offline
                R Offline
                Rane
                wrote on last edited by
                #9

                Intresting..I learned a new CP tip today :) Regards, Rane

                1 Reply Last reply
                0
                • M Mark Salsbery

                  steph5 wrote:

                  I am trying to get unordered_set on my machine.

                  You won't get it with Visual Studio 2005 (it's there in VS 2008 SP1). You may want to try the Boost libraries[^]

                  steph5 wrote:

                  p.s. if you put < and > it doesn't post in??

                  Not always - the text is interpreted as HTML and < starts an HTML tag. In the formatting row below the editor window you'll find buttons to insert < and >, or you can type the HTML for them yourself. (this is pretty much the ONLY thing that really bugs me on this site... I shouldn't have to go through and fix my posted code on a site with code in the name... not all of us are HTML "programmers" :))

                  Mark Salsbery Microsoft MVP - Visual C++ :java:

                  R Offline
                  R Offline
                  Rajesh R Subramanian
                  wrote on last edited by
                  #10

                  Mark Salsbery wrote:

                  not all of us are HTML "programmers"

                  So, the HTML guys insist on calling themselves as "programmers"? WTF. I need a hammer.

                  Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]

                  M 1 Reply Last reply
                  0
                  • R Rajesh R Subramanian

                    Mark Salsbery wrote:

                    not all of us are HTML "programmers"

                    So, the HTML guys insist on calling themselves as "programmers"? WTF. I need a hammer.

                    Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]

                    M Offline
                    M Offline
                    Mark Salsbery
                    wrote on last edited by
                    #11

                    I put the word in quotes....we all know they are just script kiddies. :-D

                    Mark Salsbery Microsoft MVP - Visual C++ :java:

                    1 Reply Last reply
                    0
                    • P Paul Conrad

                      You can actually press [Ctrl]+[Left Arrow] to navigate to the particular post.

                      "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

                      B Offline
                      B Offline
                      Bram van Kampen
                      wrote on last edited by
                      #12

                      hmm Never knew that. Hope I don't need it too often. Thanks anyways :)

                      Bram van Kampen

                      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