Worried!

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

    #1

    Worried!

    Ey up!
    I'm acquiring work experience at a software developing
    company before I undertake a BSc Software Engineering
    award at Staffordshire University in a fortnight. The
    language they use here is VB. I'm watching the developers
    do there stuff and applying what I'm learning to create
    small, simple programs. The thing is, I'll be learning how
    to develop in C++ at Staffordshire University and I'm just
    wondering if you could briefly tell me just how much
    different the two languages are. Does C++ require a higher
    level of intelligence? Thank You, Ben.
  • Nishant S

    #2
    Re: Worried!

    VB?????????????
    Egad!!! You'll have to do a lot of forceful forgetting so that you dont have
    any VB remnants in your body when you start college!

    C++ requires a more organized approach to coding compared to VB. And while
    it'd be a little bit of an exagerration to say that C++ coders need to have
    a high IQ, its very much a fact that it doesnt take too much brains to write
    VB apps.

    --
    Regards,
    Nish [VC++ MVP]



    "Ben" <megamightyman@ hotmail.com> wrote in message
    news:292301c373 88$ed344c80$a60 1280a@phx.gbl.. .[color=blue]
    > Ey up!
    > I'm acquiring work experience at a software developing
    > company before I undertake a BSc Software Engineering
    > award at Staffordshire University in a fortnight. The
    > language they use here is VB. I'm watching the developers
    > do there stuff and applying what I'm learning to create
    > small, simple programs. The thing is, I'll be learning how
    > to develop in C++ at Staffordshire University and I'm just
    > wondering if you could briefly tell me just how much
    > different the two languages are. Does C++ require a higher
    > level of intelligence? Thank You, Ben.[/color]


    Comment

    • Martin Jenkins

      #3
      Re: Worried!

      VB and C++ are good for different things.

      Code up your high speed message switch in C/C++, but
      forget it for quick and simple GUI work.

      Build in a simple interface into your message switch that
      you can command from VB, and not only are you forced to
      think about designing your solution well, you can farm off
      the VB GUI work to purple shirted Smirnoff Ice drinking VB
      coders, while the ponytailed bitter drinking C++
      developers concentrate on the hard stuff.

      So both are useful, depending on what you like to drink.
      [color=blue]
      >-----Original Message-----[color=green]
      >>C++ coders need to have
      >> a high IQ, its very much a fact that it doesnt take too[/color][/color]
      much brains to[color=blue]
      >write[color=green]
      >> VB apps.[/color]
      >Is that and advantage or disadvantage? I'd say the[/color]
      latter. However I have[color=blue]
      >always found that *things* that wrap you up in cotton[/color]
      wool always start to[color=blue]
      >strangle you when you try to be a little more expressive;[/color]
      I would put VB[color=blue]
      >right in that category. C++ just gives you more freedom[/color]
      at the expense of[color=blue]
      >ease of use.
      >
      >Regards
      >Lee
      >
      >"Nishant S" <nish@nospam.as ianetindia.com> wrote in[/color]
      message[color=blue]
      >news:ugZR$G5cD HA.652@tk2msftn gp13.phx.gbl...[color=green]
      >> VB?????????????
      >> Egad!!! You'll have to do a lot of forceful forgetting[/color][/color]
      so that you dont[color=blue]
      >have[color=green]
      >> any VB remnants in your body when you start college!
      >>
      >> C++ requires a more organized approach to coding[/color][/color]
      compared to VB. And while[color=blue][color=green]
      >> it'd be a little bit of an exagerration to say that C++[/color][/color]
      coders need to[color=blue]
      >have[color=green]
      >> a high IQ, its very much a fact that it doesnt take too[/color][/color]
      much brains to[color=blue]
      >write[color=green]
      >> VB apps.
      >>
      >> --
      >> Regards,
      >> Nish [VC++ MVP]
      >>
      >>
      >>
      >> "Ben" <megamightyman@ hotmail.com> wrote in message
      >> news:292301c373 88$ed344c80$a60 1280a@phx.gbl.. .[color=darkred]
      >> > Ey up!
      >> > I'm acquiring work experience at a software developing
      >> > company before I undertake a BSc Software Engineering
      >> > award at Staffordshire University in a fortnight. The
      >> > language they use here is VB. I'm watching the[/color][/color][/color]
      developers[color=blue][color=green][color=darkred]
      >> > do there stuff and applying what I'm learning to[/color][/color][/color]
      create[color=blue][color=green][color=darkred]
      >> > small, simple programs. The thing is, I'll be[/color][/color][/color]
      learning how[color=blue][color=green][color=darkred]
      >> > to develop in C++ at Staffordshire University and I'm[/color][/color][/color]
      just[color=blue][color=green][color=darkred]
      >> > wondering if you could briefly tell me just how much
      >> > different the two languages are. Does C++ require a[/color][/color][/color]
      higher[color=blue][color=green][color=darkred]
      >> > level of intelligence? Thank You, Ben.[/color]
      >>
      >>[/color]
      >
      >
      >.
      >[/color]

      Comment

      • Craig Powers

        #4
        Re: Worried!

        Ben wrote:[color=blue]
        >
        > I'm acquiring work experience at a software developing
        > company before I undertake a BSc Software Engineering
        > award at Staffordshire University in a fortnight. The
        > language they use here is VB. I'm watching the developers
        > do there stuff and applying what I'm learning to create
        > small, simple programs. The thing is, I'll be learning how
        > to develop in C++ at Staffordshire University and I'm just
        > wondering if you could briefly tell me just how much
        > different the two languages are. Does C++ require a higher
        > level of intelligence? Thank You, Ben.[/color]

        C++ offers a paradigm that's not supported by very many other
        languages (generic programming) -- that can take some work to wrap
        your thinking around it, but you can take advantage of it without
        having a complete understanding of how it works.

        In all other respects, in normal usage, there needn't be any
        substantial differences in your thinking. You can produce high-
        quality code in both VB and C++ using similar design for both.

        --
        Craig Powers
        MVP - Visual C++

        Comment

        • Mark

          #5
          Worried!

          Every now and then, I actually meet a programmer that is
          not one of my co-workers. If they tell me that they are a
          VB programmer, I don't think very highly about there
          technical skills (call me bias??).
          C++ is a lot more multi-threaded, close to memory,
          processor, and the operating system, which makes your code
          much more powerful, and most of all, fun to write. VB code
          is not at all challenging.
          Make your choice.

          [color=blue]
          >-----Original Message-----
          >Ey up!
          >I'm acquiring work experience at a software developing
          >company before I undertake a BSc Software Engineering
          >award at Staffordshire University in a fortnight. The
          >language they use here is VB. I'm watching the developers
          >do there stuff and applying what I'm learning to create
          >small, simple programs. The thing is, I'll be learning[/color]
          how[color=blue]
          >to develop in C++ at Staffordshire University and I'm[/color]
          just[color=blue]
          >wondering if you could briefly tell me just how much
          >different the two languages are. Does C++ require a[/color]
          higher[color=blue]
          >level of intelligence? Thank You, Ben.
          >.
          >[/color]

          Comment

          • Wil

            #6
            Worried!

            >language they use here is VB. I'm watching the developers[color=blue]
            >do there stuff and applying what I'm learning to create
            >small, simple programs. The thing is, I'll be learning[/color]
            how[color=blue]
            >to develop in C++ at Staffordshire University[/color]

            One important advantage to C++ is that VB runs only in
            Windows, but flavors of C++ run on all operating systems
            (Windows, UNIX, Linus, Mac, ...). So learning C++ at your
            university is important, since you likely will need to
            develop on UNIX servers at some time in the next few years
            there.

            Comment

            Working...