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. Why doesnt CP add support for other language?

Why doesnt CP add support for other language?

Scheduled Pinned Locked Moved The Lounge
question
16 Posts 11 Posters 1 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 Jorgen Sigvardsson

    Examples, por favor! :) -- Pictures[^] from my Japan trip.

    G Offline
    G Offline
    Gary R Wheeler
    wrote on last edited by
    #7

    1. Almost every function that starts a process is named Kick_Process_. 2. Lots of unusual misspellings: Functuion, for example. 3. -ing forms of verbs just tack on 'ing': seting, outputing. Some of the coding style is bizarre as well, but I don't think that's significant based on language alone. This particular guy's spoken English seems to be pretty good when he's been in our office.


    Software Zen: delete this;

    Fold With Us![^]

    J 1 Reply Last reply
    0
    • G Gary R Wheeler

      1. Almost every function that starts a process is named Kick_Process_. 2. Lots of unusual misspellings: Functuion, for example. 3. -ing forms of verbs just tack on 'ing': seting, outputing. Some of the coding style is bizarre as well, but I don't think that's significant based on language alone. This particular guy's spoken English seems to be pretty good when he's been in our office.


      Software Zen: delete this;

      Fold With Us![^]

      J Offline
      J Offline
      Jorgen Sigvardsson
      wrote on last edited by
      #8

      As long as he's concistent. :) -- Pictures[^] from my Japan trip.

      G 1 Reply Last reply
      0
      • M Mridang Agarwalla

        Why doesnt CP add support for other language? I've never seemd to figure this out.

        J Offline
        J Offline
        Joshua Nussbaum
        wrote on last edited by
        #9

        You can always use google translate.. not very good but may be useful CodeProject in German[^] CodeProject in Chinese[^] 60% of statistics are made up on the spot

        1 Reply Last reply
        0
        • J Jorgen Sigvardsson

          As long as he's concistent. :) -- Pictures[^] from my Japan trip.

          G Offline
          G Offline
          Gary R Wheeler
          wrote on last edited by
          #10

          That's one of my issues with this guy's programming style; he's not consistent. Indentation varies from one function to the next. Naming conventions are all over the map. The strangest thing is how he uses the this pointer everywhere to refer to members:

          class MyClass {
          void KickFunctuion();
          MyOtherObject *_OtherObject;
          }
          void MyClass:KickFunctuion()
          {
          (*this->_OtherObject).Method();
          }


          Software Zen: delete this;

          Fold With Us![^]

          1 Reply Last reply
          0
          • C Chris Maunder

            If you mean other programming languages, it's because our Editorial focus is on Microsoft and .NET technologies. If you mean other spoken languages it's because we have nearly 12,000 articles and zero resources spare to translate these and keep them up to date and synched. Volunteers do not work. We tried this back in the CodeGuru days but it was a nightmare. It's fun for about 2 days then the sheer enormity of the task burns out anyone trying to help out. There are other programming sites in many other languages that do a good job of filling the needs of the najority of non-English speakers in this world. cheers, Chris Maunder

            CodeProject.com : C++ MVP

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

            Chris Maunder wrote:

            najority

            Qe? (or however the spanish bloke from Fawlty Towers spelt it) Isn't it because you are spending far too much time riding bikes and not drinking beer? (You know drinking makes you smarter by killing off all the slow brain cells, therefore increasing your IQ through survival of the fittest) Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

            C L 2 Replies Last reply
            0
            • M Mridang Agarwalla

              Why doesnt CP add support for other language? I've never seemd to figure this out.

              M Offline
              M Offline
              Mridang Agarwalla
              wrote on last edited by
              #12

              When i used the word 'language', I was referring to a programming language. I didn't refer to it in the original sense of the word. My bad...next time i'll be more specific. However, after reading your replies, I got answers to two queries; I managed to understand the problems of transalating CP into another language and also the reason behind not adding support for other 'programming languages'. Thank you.

              1 Reply Last reply
              0
              • C Chris Maunder

                If you mean other programming languages, it's because our Editorial focus is on Microsoft and .NET technologies. If you mean other spoken languages it's because we have nearly 12,000 articles and zero resources spare to translate these and keep them up to date and synched. Volunteers do not work. We tried this back in the CodeGuru days but it was a nightmare. It's fun for about 2 days then the sheer enormity of the task burns out anyone trying to help out. There are other programming sites in many other languages that do a good job of filling the needs of the najority of non-English speakers in this world. cheers, Chris Maunder

                CodeProject.com : C++ MVP

                S Offline
                S Offline
                Shog9 0
                wrote on last edited by
                #13

                Chris Maunder wrote:

                There are other programming sites in many other languages that do a good job of filling the needs of the najority of non-English speakers in this world.

                For instance, Russian... :rolleyes:

                Now taking suggestions for the next release of CPhog...

                1 Reply Last reply
                0
                • L Lost User

                  Chris Maunder wrote:

                  najority

                  Qe? (or however the spanish bloke from Fawlty Towers spelt it) Isn't it because you are spending far too much time riding bikes and not drinking beer? (You know drinking makes you smarter by killing off all the slow brain cells, therefore increasing your IQ through survival of the fittest) Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

                  C Offline
                  C Offline
                  Chris Maunder
                  wrote on last edited by
                  #14

                  Hey - I thought I had a pretty good argument going and I'm sticking to it.;) cheers, Chris Maunder

                  CodeProject.com : C++ MVP

                  1 Reply Last reply
                  0
                  • M Mridang Agarwalla

                    Why doesnt CP add support for other language? I've never seemd to figure this out.

                    B Offline
                    B Offline
                    bryce
                    wrote on last edited by
                    #15

                    coz Chris knows i only speak english ..well that and acute drunkese at times bryce --- To paraphrase Fred Dagg - the views expressed in this post are bloody good ones. --
                    Publitor, making Pubmed easy. http://www.sohocode.com/publitor

                    Our kids book :The Snot Goblin

                    1 Reply Last reply
                    0
                    • L Lost User

                      Chris Maunder wrote:

                      najority

                      Qe? (or however the spanish bloke from Fawlty Towers spelt it) Isn't it because you are spending far too much time riding bikes and not drinking beer? (You know drinking makes you smarter by killing off all the slow brain cells, therefore increasing your IQ through survival of the fittest) Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

                      L Offline
                      L Offline
                      Luis Alonso Ramos
                      wrote on last edited by
                      #16

                      Michael Martin wrote:

                      Qe?

                      It is spelt que (it means what) :)

                      Luis Alonso Ramos Intelectix Chihuahua, Mexico

                      Not much here: My CP Blog!

                      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