- 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
-
-
Originally posted by suityou01 View PostCojak
HTHComment
-
Comment
-
Originally posted by suityou01 View PostBlimey 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.
// What does the following C++ line output and why ?
int a = 10; int *b = &a; cout << *b << endl;Comment
-
Originally posted by SunnyInHades View PostThis'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;
Then again you are outputting the pointer not the variable.Knock first as I might be balancing my chakras.Comment
-
Originally posted by suityou01 View PostI 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.
It outputs this:
Comment
-
Originally posted by suityou01 View PostThen again you are outputting the pointer not the variable.
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
-
Originally posted by suityou01 View PostThen again you are outputting the pointer not the variable.
IIRCComment
-
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
-
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.
(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 hereComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Labour’s plan to regulate umbrella companies: a closer look Today 09:24
- When HMRC misses an FTT deadline but still wins another CJRS case Yesterday 09:20
- How 15% employer NICs will sting the umbrella company market Nov 19 09:16
- Contracting Awards 2024 hails 19 firms as best of the best Nov 18 09:13
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
Comment