New to programming - which language to learn ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hholidayy

    New to programming - which language to learn ??

    Hi everyone,
    I have a dilemma and I hope you could bring me some guidelines

    I want to develop some in-house software(s) at my work, to save everyone
    time and energy spent on the wrong repetitive tasks. To do so I have start
    learning a programming language, and the options seem endless.
    Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
    all better than an other.

    So far, I think I will go somewhere in the .NET environment, but from which
    angle ? VB, C# or C++

    Since this is a VB newsgroup, I would like to know the pros of learning
    VB instead of the two others ?

    Thank you very much for your input

    Ray

    P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6





  • One Handed Man [ OHM# ]

    #2
    Re: New to programming - which language to learn ??

    Whats your motivation ?, If its money, I would check out your local job
    market and see what skill pays most. If its prestige, then go for C++ and
    become a ++ Ninja Mutant Coder, if you want an easy route in, choose VB, or
    a little bit tougher, choose C#.

    OHM#


    hholidayy wrote:[color=blue]
    > Hi everyone,
    > I have a dilemma and I hope you could bring me some guidelines
    >
    > I want to develop some in-house software(s) at my work, to save
    > everyone time and energy spent on the wrong repetitive tasks. To do
    > so I have start learning a programming language, and the options seem
    > endless.
    > Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and
    > right all better than an other.
    >
    > So far, I think I will go somewhere in the .NET environment, but from
    > which angle ? VB, C# or C++
    >
    > Since this is a VB newsgroup, I would like to know the pros of
    > learning
    > VB instead of the two others ?
    >
    > Thank you very much for your input
    >
    > Ray
    >
    > P.S. So far I learn: Javascript, HTML plus a very small knowledge of
    > VB6[/color]

    Regards - OHM# OneHandedMan@BT Internet.com


    Comment

    • Guest's Avatar

      #3
      Re: New to programming - which language to learn ??

      I would go with VB, because it has the easiest and most
      friendly Graphical user interfrace which will make your
      users when using the application.

      [color=blue]
      >-----Original Message-----
      >Whats your motivation ?, If its money, I would check out[/color]
      your local job[color=blue]
      >market and see what skill pays most. If its prestige,[/color]
      then go for C++ and[color=blue]
      >become a ++ Ninja Mutant Coder, if you want an easy[/color]
      route in, choose VB, or[color=blue]
      >a little bit tougher, choose C#.
      >
      >OHM#
      >
      >
      >hholidayy wrote:[color=green]
      >> Hi everyone,
      >> I have a dilemma and I hope you could bring me some[/color][/color]
      guidelines[color=blue][color=green]
      >>
      >> I want to develop some in-house software(s) at my[/color][/color]
      work, to save[color=blue][color=green]
      >> everyone time and energy spent on the wrong repetitive[/color][/color]
      tasks. To do[color=blue][color=green]
      >> so I have start learning a programming language, and[/color][/color]
      the options seem[color=blue][color=green]
      >> endless.
      >> Java, C, C++, VB, C#, Delphi, etc... I'm receiving[/color][/color]
      opinions left and[color=blue][color=green]
      >> right all better than an other.
      >>
      >> So far, I think I will go somewhere in the .NET[/color][/color]
      environment, but from[color=blue][color=green]
      >> which angle ? VB, C# or C++
      >>
      >> Since this is a VB newsgroup, I would like to know the[/color][/color]
      pros of[color=blue][color=green]
      >> learning
      >> VB instead of the two others ?
      >>
      >> Thank you very much for your input
      >>
      >> Ray
      >>
      >> P.S. So far I learn: Javascript, HTML plus a very[/color][/color]
      small knowledge of[color=blue][color=green]
      >> VB6[/color]
      >
      >Regards - OHM# OneHandedMan@BT Internet.com
      >
      >
      >.
      >[/color]

      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: New to programming - which language to learn ??

        * "One Handed Man [ OHM# ]" <terry_burnsREM OVE%FOR%NO%SPAM @BTOpenworld.co m> scripsit:[color=blue]
        > Whats your motivation ?, If its money, I would check out your local job
        > market and see what skill pays most. If its prestige, then go for C++ and
        > become a ++ Ninja Mutant Coder, if you want an easy route in, choose VB, or
        > a little bit tougher, choose C#.[/color]

        AFAIK C# programmers are better paid than VB.NET programmers.

        Nevertheless, I would prefer VB.NET.

        --
        Herfried K. Wagner [MVP]
        <http://www.mvps.org/dotnet>

        Comment

        • Jay B. Harlow [MVP - Outlook]

          #5
          Re: New to programming - which language to learn ??

          Ray,[color=blue]
          > I want to develop some in-house software(s) at my work, to save everyone
          > time and energy spent on the wrong repetitive tasks. To do so I have start[/color]
          Can you better define where these "wrong repetitive tasks" are?

          If they are in a Microsoft Office Product I would suggest you learn how to
          write Macros in the respective product using VBA. However ever a COM Add-in
          in VB6 may be more appropriate or if you are using Office 2003, using
          VStools may be the better solution.

          If they are at the OS level, you may want to consider JScript or VBScript
          files or even just a plain batch file.

          Depending on where the tasks are really & what the tasks are generally will
          make a huge difference on what language should be used!

          Remember its not always wise to try to adopt a language to a problem, most
          of the time specific problems are better handled with specific languages. It
          may even be that you need more then one language.

          Hope this helps
          Jay

          "hholidayy" <hholidayy@hotm ail.com> wrote in message
          news:499f8091f9 364add0d7f28454 d5bfe0e@news.me ganetnews.com.. .[color=blue]
          > Hi everyone,
          > I have a dilemma and I hope you could bring me some guidelines
          >
          > I want to develop some in-house software(s) at my work, to save everyone
          > time and energy spent on the wrong repetitive tasks. To do so I have start
          > learning a programming language, and the options seem endless.
          > Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
          > all better than an other.
          >
          > So far, I think I will go somewhere in the .NET environment, but from[/color]
          which[color=blue]
          > angle ? VB, C# or C++
          >
          > Since this is a VB newsgroup, I would like to know the pros of learning
          > VB instead of the two others ?
          >
          > Thank you very much for your input
          >
          > Ray
          >
          > P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6
          >
          >
          >
          >
          >[/color]


          Comment

          • Cor

            #6
            Re: New to programming - which language to learn ??

            Hi Hholiday,

            I have basicly almost the same idea about your question as Jay B .
            [color=blue]
            >If they are in a Microsoft Office Product I would suggest you learn how to
            >write Macros in the respective product using VBA.[/color]

            That will mostly give quick results where your collegues are very happy
            with.

            Do you want to go in the programming business, or just want to try it, than
            you can start with C# or VB.net.

            Do you like the program logic from JavaScript more than VB6. Take C# as
            first.

            Do you like the natural language from VB6 more than JavaScript. Take VB.net
            as first.

            Just my thoughts.

            Cor


            Comment

            • Pepi Tonas

              #7
              Re: New to programming - which language to learn ??

              If all look to you the same, te languages I mean, VB will require
              less investment as you can buy a .NET version that only has VB.


              On Mon, 08 Dec 2003 18:53:09 GMT, "hholidayy" <hholidayy@hotm ail.com>
              wrote:
              [color=blue]
              >Hi everyone,
              >I have a dilemma and I hope you could bring me some guidelines
              >
              >I want to develop some in-house software(s) at my work, to save everyone
              >time and energy spent on the wrong repetitive tasks. To do so I have start
              >learning a programming language, and the options seem endless.
              >Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and right
              >all better than an other.
              >
              >So far, I think I will go somewhere in the .NET environment, but from which
              >angle ? VB, C# or C++
              >
              >Since this is a VB newsgroup, I would like to know the pros of learning
              >VB instead of the two others ?
              >
              >Thank you very much for your input
              >
              >Ray
              >
              >P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6
              >
              >
              >
              >[/color]

              Comment

              • Martin Williams

                #8
                Re: New to programming - which language to learn ??

                From what I've noticed, VB is used to get something up and running fast.
                However, I think C# has more flexibility. Personally, I like VB because it
                looks like Microsoft is really pushing this to be their main language.

                "Pepi Tonas" <Pepitonas@hotm ail.com> wrote in message
                news:u1sktv49m3 0l3d6eppci0497f k14fnr74j@4ax.c om...[color=blue]
                > If all look to you the same, te languages I mean, VB will require
                > less investment as you can buy a .NET version that only has VB.
                >
                >
                > On Mon, 08 Dec 2003 18:53:09 GMT, "hholidayy" <hholidayy@hotm ail.com>
                > wrote:
                >[color=green]
                > >Hi everyone,
                > >I have a dilemma and I hope you could bring me some guidelines
                > >
                > >I want to develop some in-house software(s) at my work, to save everyone
                > >time and energy spent on the wrong repetitive tasks. To do so I have[/color][/color]
                start[color=blue][color=green]
                > >learning a programming language, and the options seem endless.
                > >Java, C, C++, VB, C#, Delphi, etc... I'm receiving opinions left and[/color][/color]
                right[color=blue][color=green]
                > >all better than an other.
                > >
                > >So far, I think I will go somewhere in the .NET environment, but from[/color][/color]
                which[color=blue][color=green]
                > >angle ? VB, C# or C++
                > >
                > >Since this is a VB newsgroup, I would like to know the pros of learning
                > >VB instead of the two others ?
                > >
                > >Thank you very much for your input
                > >
                > >Ray
                > >
                > >P.S. So far I learn: Javascript, HTML plus a very small knowledge of VB6
                > >
                > >
                > >
                > >[/color]
                >[/color]


                Comment

                Working...