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. The Lounge
  3. Gray or Grey

Gray or Grey

Scheduled Pinned Locked Moved The Lounge
questioncomhelp
16 Posts 9 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 Offline
    M Offline
    Matt Newman
    wrote on last edited by
    #1

    I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

    Matt Newman

    L N N M 5 Replies Last reply
    0
    • M Matt Newman

      I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

      Matt Newman

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Grey is for a surname, gray is for a oclour. Elaine :rose:

      The tigress is here :-D

      N L 2 Replies Last reply
      0
      • M Matt Newman

        I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

        Matt Newman

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #3

        Grey is British spelling (like colour). Gray is the American one (like color).

        Regards, Nish


        Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
        Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

        M E 2 Replies Last reply
        0
        • L Lost User

          Grey is for a surname, gray is for a oclour. Elaine :rose:

          The tigress is here :-D

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Trollslayer wrote:

          Grey is for a surname, gray is for a oclour.

          Er, nope - unless you are joking. See Gray is a color. Grey is a *colour*.[^]

          Regards, Nish


          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
          Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

          1 Reply Last reply
          0
          • N Nish Nishant

            Grey is British spelling (like colour). Gray is the American one (like color).

            Regards, Nish


            Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
            Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

            M Offline
            M Offline
            Matt Newman
            wrote on last edited by
            #5

            Nishant Sivakumar wrote:

            Grey is British spelling (like colour). Gray is the American one (like color).

            Thanks, though it seems odd that a bunch of American's were using the British version :)

            Matt Newman

            N 1 Reply Last reply
            0
            • M Matt Newman

              I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

              Matt Newman

              N Offline
              N Offline
              Nemanja Trifunovic
              wrote on last edited by
              #6

              It is pretty much a gray area.


              Programming Blog utf8-cpp

              M R 2 Replies Last reply
              0
              • M Matt Newman

                Nishant Sivakumar wrote:

                Grey is British spelling (like colour). Gray is the American one (like color).

                Thanks, though it seems odd that a bunch of American's were using the British version :)

                Matt Newman

                N Offline
                N Offline
                Nish Nishant
                wrote on last edited by
                #7

                Matt Newman wrote:

                Thanks, though it seems odd that a bunch of American's were using the British version

                Lots of British spelling folks (including those in countries like India, Australia) seem to spell it as gray (maybe because of the strong American influence).

                Regards, Nish


                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                1 Reply Last reply
                0
                • N Nemanja Trifunovic

                  It is pretty much a gray area.


                  Programming Blog utf8-cpp

                  M Offline
                  M Offline
                  Matt Newman
                  wrote on last edited by
                  #8

                  :doh:

                  Matt Newman

                  1 Reply Last reply
                  0
                  • N Nemanja Trifunovic

                    It is pretty much a gray area.


                    Programming Blog utf8-cpp

                    R Offline
                    R Offline
                    Rob Graham
                    wrote on last edited by
                    #9

                    No, it's a grey area.;P

                    E 1 Reply Last reply
                    0
                    • N Nish Nishant

                      Grey is British spelling (like colour). Gray is the American one (like color).

                      Regards, Nish


                      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                      E Offline
                      E Offline
                      ednrgc
                      wrote on last edited by
                      #10

                      So Gray is correct??? :laugh::rolleyes:

                      1 Reply Last reply
                      0
                      • R Rob Graham

                        No, it's a grey area.;P

                        E Offline
                        E Offline
                        ednrgc
                        wrote on last edited by
                        #11

                        In regular expression, it's a gr[ea]y area. :laugh:

                        E 1 Reply Last reply
                        0
                        • M Matt Newman

                          I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

                          Matt Newman

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #12

                          Gray is a Scottish name, grey is a colour. The yanks just use gray for everything

                          System.IO.Path.IsPathRooted() does not behave as I would expect

                          E 1 Reply Last reply
                          0
                          • L Lost User

                            Grey is for a surname, gray is for a oclour. Elaine :rose:

                            The tigress is here :-D

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #13

                            Trollslayer wrote:

                            Grey is for a surname, gray is for a oclour.

                            So your saying im a colour? and a rather bland one at that! I used to work in a car yard, the guy who did the job before had the last name Black, the guy before him White. They used to say I was as good as the two of them combined :)

                            System.IO.Path.IsPathRooted() does not behave as I would expect

                            1 Reply Last reply
                            0
                            • L Lost User

                              Gray is a Scottish name, grey is a colour. The yanks just use gray for everything

                              System.IO.Path.IsPathRooted() does not behave as I would expect

                              E Offline
                              E Offline
                              El Corazon
                              wrote on last edited by
                              #14

                              Josh Gray wrote:

                              grey is a colour

                              I use grey, my peer yanks just correct me. :rolleyes:

                              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                              1 Reply Last reply
                              0
                              • M Matt Newman

                                I was in my Windows Programming (C and Win32) class today and stumbled upon a weird "issue" when selecting a LTGREY_BRUSH, took me forever to figure out that I was supposed to use LTGRAY_BRUSH. Couple other students made the same mistake, so we were wondering what the difference is (other than spelling). Dictionary.com gives them the same definition. What is the difference? Does anybody know?

                                Matt Newman

                                M Offline
                                M Offline
                                Michael Dunn
                                wrote on last edited by
                                #15

                                No difference at all, they're the same thing. Either one is acceptable in the US, it isn't like color/colour where you'll get funny looks from Americans if you use colour. Just don't say Gray Cup, though ;)

                                --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

                                1 Reply Last reply
                                0
                                • E ednrgc

                                  In regular expression, it's a gr[ea]y area. :laugh:

                                  E Offline
                                  E Offline
                                  Eytukan
                                  wrote on last edited by
                                  #16

                                  I guess they can settle the issue with a Grae.


                                  Press: 1500 to 2,200 messages in just 6 days? How's that possible sir? **Dr.Brad :**Well,I just replied to everything Graus did and then argued with Negus for a bit.

                                  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