• 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!

Interviewers getting younger

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

    #11
    Originally posted by Wilmslow View Post
    Define weird.
    Cojak

    HTH
    Knock first as I might be balancing my chakras.

    Comment


      #12
      Originally posted by suityou01 View Post
      Cojak

      HTH
      Just because she would not let you lick her lollipop....

      Comment


        #13
        Just mention AT Clone next time and watch the reaction when you explain.

        Comment


          #14
          Originally posted by suityou01 View Post
          Blimey these guys this morning looked like they needed some milk, cookies and nap time.

          Does your Mum know your here?

          Referring back to coding technologies they "had heard of", which seemed like yesterday.

          Stop the planet, I want to get off.
          This'll sort out those know-it-all young Agile/story board/sprint whipper snappers:

          // What does the following C++ line output and why ?
          int a = 10; int *b = &a; cout << *b << endl;

          Comment


            #15
            Originally posted by SunnyInHades View Post
            This'll sort out those know-it-all young Agile/story board/sprint whipper snappers:

            // What does the following C++ line output and why ?
            int a = 10; int *b = &a; cout << *b << endl;
            I want to say 10 as you set the pointer b to be the reference a.


            Then again you are outputting the pointer not the variable.
            Knock first as I might be balancing my chakras.

            Comment


              #16
              Originally posted by suityou01 View Post
              I want to say 10 as you set the pointer b to be the reference a.


              Then again you are outputting the pointer not the variable.
              Wrong!

              It outputs this:

              Comment


                #17
                Originally posted by suityou01 View Post
                Then again you are outputting the pointer not the variable.
                Agile/story board/sprint whipper snapper obviously. Then again so is SIH for not using printf.

                There was an entertaining thread a few years back where some "programmers" were up in arms at being expected to know that i<<2 was equivalent to multiplying by four.
                Will work inside IR35. Or for food.

                Comment


                  #18
                  Originally posted by suityou01 View Post
                  Then again you are outputting the pointer not the variable.
                  No he's not, the *b dereferences the pointer, ergo rsult is 10.


                  IIRC

                  Comment


                    #19
                    Programming and Software Development have diverged.

                    Programmers know how to implement a doubly linked list using pointers to pointers in one line of code.

                    Software Developers know the differences between docker, puppet, chef and vagrant and what the state of each beta release is at.


                    In the past it was acceptable to be a C++ programmer, now you need in-depth knowledge of 50+ open source projects that change on a daily basis.

                    Comment


                      #20
                      Originally posted by VectraMan View Post

                      There was an entertaining thread a few years back where some "programmers" were up in arms at being expected to know that i<<2 was equivalent to multiplying by four.
                      provided neither of the two high-order bits are set, bacause they will be discarded.

                      (although I suppose the same would happen if one multiplied by 4, if an exception wasn't raised)
                      Work in the public sector? Read the IR35 FAQ here

                      Comment

                      Working...
                      X