• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Developing in C++

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by VectraMan View Post
    What do graduates learn these days? For a while it was all Java, and that contributed massively to the rise of Java - Java became more popular and C++ declined because Java was all that new graduates knew. Maybe these days they're learning Python.
    I wish they would just learn to program. Use C or something that does not hold your hand and face up to the face that programming is difficult to do well because you cannot always rely on fancy tools to do the job for you!
    "He's actually ripped" - Jared Padalecki

    https://youtu.be/l-PUnsCL590?list=PL...dNeCyi9a&t=615

    Comment


      #32
      Originally posted by zeitghost
      *I kid you not, some of them can't cope with printf.
      *Bangs head on desk*
      "He's actually ripped" - Jared Padalecki

      https://youtu.be/l-PUnsCL590?list=PL...dNeCyi9a&t=615

      Comment


        #33
        Originally posted by VectraMan View Post
        What do graduates learn these days? For a while it was all Java, and that contributed massively to the rise of Java - Java became more popular and C++ declined because Java was all that new graduates knew. Maybe these days they're learning Python.
        Well my son who is studying Informatik here has to do the majority of his coursework in C++ although they do touch on other languages. When he was at school they were using Pascal...
        Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.

        Comment


          #34
          Originally posted by Bwana View Post
          Fair comment, but...

          ...won't some of those dinosaurs be retiring soon, creating a skills shortage?

          How many school kids & recent graduates do you think would be bothered making the effort to learn C++ rather than just going down the C# route?
          For people in their 30s, C++ is still mainstream enough that you'll have to wait 10-20 years for them to retire.

          Originally posted by VectraMan View Post
          What do graduates learn these days? For a while it was all Java, and that contributed massively to the rise of Java - Java became more popular and C++ declined because Java was all that new graduates knew. Maybe these days they're learning Python.
          Nothing wrong with Python if you want to teach programming. However I think it's still a mix and varies a lot from place to place. C++ & native code is making something of a comeback driven by iOS development (and Windows phone to a smaller degree) and is still the mainstay of the non-casual games industry so they are going to be teaching C++ to some degree for the foreseeable future.

          I'd suggest one would be better learning Python or several niche languages than C++... fewer gigs but fewer people. All this big-data crap is the rage so why don't you learn node.js?
          Originally posted by MaryPoppins
          I'd still not breastfeed a nazi
          Originally posted by vetran
          Urine is quite nourishing

          Comment


            #35
            Originally posted by d000hg View Post
            Nothing wrong with Python if you want to teach programming.
            There is because Python doesn't have static types (it also makes whitespace significant ignoring the principles of virtually every other programming language). Can you imagine letting some young, fresh faced graduate who's only experienced dynamic languages loose on some C++, or Java or C# for that matter? His first question will be "what does int mean?".

            Whereas somebody who's done C++ is not going to struggle to pick up simpler languages. If university is for anything it's for giving students a wide range of knowledge, even if most go on to use a narrow subset of that for the actual business of earning a living.
            Will work inside IR35. Or for food.

            Comment

            Working...
            X