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. When to start a new language?

When to start a new language?

Scheduled Pinned Locked Moved The Lounge
csharpc++databasecomdesign
21 Posts 12 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.
  • B BlackDice

    I've been teaching myself C++ now for about a year and a half. I'm OK. There's a lot of stuff I don't remember off the top of my head, but I can get just about anything accomplished that I want by looking it up (or asking in the forums here :) ). Anyway, I recently had a discussion with a co-worker about how long it takes someone to learn a new language, and exactly what 'knowing' a language means. So Friday I started a project in C# (and had never even opened C# before). This project is a visual representation of our company's timeboard that stores the person's state (in/out with time to return and any comments he/she may have). I have it displaying the values from the database by Friday afternoon. I worked on it a little on Saturday, and updated the UI of it a little today. It's not all the way finished, but it works for all intents and purposes. In anyone else's opinion, when would you feel a person is ready to learn a new language? I still consider myself to be learning C++. But does anyone else think it's okay to be learning more than one language at once? And other than some means of certification, when do you say you 'know' a language? Any input is welcome. If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

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

    Multi-language programmers are needed in a few industries. Even an archaic language comes in handy to translate code out of. Mult-language (programming language of course) translation is one of my specialities. Of course, english is not, and it is the only human language I know. :doh: Learn at least the basics of each language before you move on. If you are comfortable, you can keep adding languages. But beware! non-use/non-practice will mean easy forgetting of your new languages.... so if you add too much, you may loose more than you gain. Only you will know where that limit is. _________________________ 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
    • P Paul Watson

      >SQL-related stuff. I have to say that "knowing" TSQL can make a huge difference. So many things you will try and tackle in say PHP or VBScript that when you know how to do it in TSQL makes more sense and works a lot better. It isn't a nice language at all though, I cringe everytime I have to do an SP. regards, Paul Watson South Africa Michael Dunn wrote: "except the sod who voted this a 1, NO SOUP FOR YOU" Crikey! ain't life grand?

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #10

      T-SQL = The worst of VB + The worst of PASCAL. :) But I agree, knowing it well can be a real time saver and it's just better practice (than having to tie database dependent logic into your app). Jeremy Falcon

      1 Reply Last reply
      0
      • B BlackDice

        I've been teaching myself C++ now for about a year and a half. I'm OK. There's a lot of stuff I don't remember off the top of my head, but I can get just about anything accomplished that I want by looking it up (or asking in the forums here :) ). Anyway, I recently had a discussion with a co-worker about how long it takes someone to learn a new language, and exactly what 'knowing' a language means. So Friday I started a project in C# (and had never even opened C# before). This project is a visual representation of our company's timeboard that stores the person's state (in/out with time to return and any comments he/she may have). I have it displaying the values from the database by Friday afternoon. I worked on it a little on Saturday, and updated the UI of it a little today. It's not all the way finished, but it works for all intents and purposes. In anyone else's opinion, when would you feel a person is ready to learn a new language? I still consider myself to be learning C++. But does anyone else think it's okay to be learning more than one language at once? And other than some means of certification, when do you say you 'know' a language? Any input is welcome. If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

        A Offline
        A Offline
        Andy Brummer
        wrote on last edited by
        #11

        somewhere around 10 years. This has been posted before, but it's a great little essay. I've been programming for 7 years professionally in multiple languages and programming in basic for fun long before that and I still consider myself learning.


        I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

        B D 2 Replies Last reply
        0
        • A Andy Brummer

          somewhere around 10 years. This has been posted before, but it's a great little essay. I've been programming for 7 years professionally in multiple languages and programming in basic for fun long before that and I still consider myself learning.


          I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

          B Offline
          B Offline
          BlackDice
          wrote on last edited by
          #12

          well, I never meant to imply that I would ever be finished. I'll probably be still learning C++ 5 years from now :) If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

          A 1 Reply Last reply
          0
          • B BlackDice

            I've been teaching myself C++ now for about a year and a half. I'm OK. There's a lot of stuff I don't remember off the top of my head, but I can get just about anything accomplished that I want by looking it up (or asking in the forums here :) ). Anyway, I recently had a discussion with a co-worker about how long it takes someone to learn a new language, and exactly what 'knowing' a language means. So Friday I started a project in C# (and had never even opened C# before). This project is a visual representation of our company's timeboard that stores the person's state (in/out with time to return and any comments he/she may have). I have it displaying the values from the database by Friday afternoon. I worked on it a little on Saturday, and updated the UI of it a little today. It's not all the way finished, but it works for all intents and purposes. In anyone else's opinion, when would you feel a person is ready to learn a new language? I still consider myself to be learning C++. But does anyone else think it's okay to be learning more than one language at once? And other than some means of certification, when do you say you 'know' a language? Any input is welcome. If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

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

            If you are learning C# may I recommend Inside C# 2nd Edition by Tom Archer (cpian too nonetheless). In fact i'll be giving a couple copies away at my next C# talk. Matt Newman
            ...armed with what? spitballs!? - Zell Miller

            B R 2 Replies Last reply
            0
            • M Matt Newman

              If you are learning C# may I recommend Inside C# 2nd Edition by Tom Archer (cpian too nonetheless). In fact i'll be giving a couple copies away at my next C# talk. Matt Newman
              ...armed with what? spitballs!? - Zell Miller

              B Offline
              B Offline
              BlackDice
              wrote on last edited by
              #14

              I might check it out; the C# book I have is a little outdated. Also, I have the "Visual C++ .Net Bible" as well as "Extending MFC Applications using the .Net Framework" by Tom Archer which I also think are excellent books. If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

              1 Reply Last reply
              0
              • A Andy Brummer

                somewhere around 10 years. This has been posted before, but it's a great little essay. I've been programming for 7 years professionally in multiple languages and programming in basic for fun long before that and I still consider myself learning.


                I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

                D Offline
                D Offline
                DavidNohejl
                wrote on last edited by
                #15

                nice read, thx for link. I most like this part: When you're the worst, you learn what the masters do, and you learn what they don't like to do (because they make you do it for them). :-D David Never forget: "Stay kul and happy" (I.A.)

                1 Reply Last reply
                0
                • B BlackDice

                  well, I never meant to imply that I would ever be finished. I'll probably be still learning C++ 5 years from now :) If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

                  A Offline
                  A Offline
                  Andy Brummer
                  wrote on last edited by
                  #16

                  well, I never meant to imply you thought you would. I just thought it was an interesting essay. ;)


                  I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

                  1 Reply Last reply
                  0
                  • C Christian Graus

                    BlackDice wrote: Well, I'm pretty good at VB6 also. And I was forced into learning Visual FoxPro 7 I have no comment :P Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

                    N Offline
                    N Offline
                    Nick Parker
                    wrote on last edited by
                    #17

                    Christian Graus wrote: I have no comment :laugh: - Nick Parker
                    My Blog | My Articles

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      BlackDice wrote: Well, I'm pretty good at VB6 also. And I was forced into learning Visual FoxPro 7 I have no comment :P Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

                      D Offline
                      D Offline
                      Daniel Turini
                      wrote on last edited by
                      #18

                      Christian Graus wrote: I have no comment Knowing VB and VFP coders, so do his code. Yes, even I am blogging now!

                      1 Reply Last reply
                      0
                      • B BlackDice

                        I've been teaching myself C++ now for about a year and a half. I'm OK. There's a lot of stuff I don't remember off the top of my head, but I can get just about anything accomplished that I want by looking it up (or asking in the forums here :) ). Anyway, I recently had a discussion with a co-worker about how long it takes someone to learn a new language, and exactly what 'knowing' a language means. So Friday I started a project in C# (and had never even opened C# before). This project is a visual representation of our company's timeboard that stores the person's state (in/out with time to return and any comments he/she may have). I have it displaying the values from the database by Friday afternoon. I worked on it a little on Saturday, and updated the UI of it a little today. It's not all the way finished, but it works for all intents and purposes. In anyone else's opinion, when would you feel a person is ready to learn a new language? I still consider myself to be learning C++. But does anyone else think it's okay to be learning more than one language at once? And other than some means of certification, when do you say you 'know' a language? Any input is welcome. If I write code in my sleep, does that make me brilliant, or just a lazy programmer? My articles www.stillwaterexpress.com BlackDice - the programmer formerly known as bdiamond

                        H Offline
                        H Offline
                        Henry miller
                        wrote on last edited by
                        #19

                        1 day or less to learn, a lifetime to master. One day is enough to fool management. Within a week you should know enough that experts need time to figure out that you only have a week. Everything other than individual syntax you already know about programing applies somehow to any other language. C# is not different enough from C++ that you should count it though. You should focus on Assembly (doesn't matter which processor), Scheme (Any LISP, there are some good books on scheme which is why I recomend it), and other very different languages. There are lessens on knowing both of them that will really help your programing. C# will not give you great insights into how to make a computer tick that C++ can't give you. (this is a generalization, and like all it is not true) Spend time in languages that will give you something completely different.

                        1 Reply Last reply
                        0
                        • M Matt Newman

                          If you are learning C# may I recommend Inside C# 2nd Edition by Tom Archer (cpian too nonetheless). In fact i'll be giving a couple copies away at my next C# talk. Matt Newman
                          ...armed with what? spitballs!? - Zell Miller

                          R Offline
                          R Offline
                          Robert Scott
                          wrote on last edited by
                          #20

                          [MSA] Matt Newman wrote: If you are learning C# may I recommend Inside C# 2nd Edition by Tom Archer (cpian too nonetheless). In fact i'll be giving a couple copies away at my next C# talk. Matt, Just read a little while ago a post by Tom Archer saying he didn't think MS was interested in a 3rd Edition. What is MS thinking???

                          M 1 Reply Last reply
                          0
                          • R Robert Scott

                            [MSA] Matt Newman wrote: If you are learning C# may I recommend Inside C# 2nd Edition by Tom Archer (cpian too nonetheless). In fact i'll be giving a couple copies away at my next C# talk. Matt, Just read a little while ago a post by Tom Archer saying he didn't think MS was interested in a 3rd Edition. What is MS thinking???

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

                            Robert Scott wrote: Just read a little while ago a post by Tom Archer saying he didn't think MS was interested in a 3rd Edition. What is MS thinking??? No kidding, if there were a 3rd edition with C#2.0 dropped in I'd definitely buy it. Matt Newman
                            "May they go to hell!" the soldiers shouted. Allawi replied: "To hell they will go." - Minister Ayad Allawi

                            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