Originally posted by nomadd
View Post
- 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!
C is a dead end skill?
Collapse
X
-
Interesting... but isn't C++ still going to be used in the hardcore stuff - like grid processing etc? -
On the server side C++ just doesn't make sense. Modern virtual machines running Java, C# can often outperform the equivalent compiled C++ app, with the added bonus that one little bug won't take down the whole thing.Originally posted by nomadd View PostShockingly, I had an interview 3 weeks ago at a large Investment Bank. They now consider their C++ (and yes, I do mean C++, not C) code as legacy.
All they mandate now is Java and C#.
Time for you to re-skill.
NomaddCats are evil.Comment
-
Its not just speed. There are other reasons why some project will use C++ -Originally posted by swamp View PostOn the server side C++ just doesn't make sense. Modern virtual machines running Java, C# can often outperform the equivalent compiled C++ app, with the added bonus that one little bug won't take down the whole thing.
1) Libraries that you need to use are in C++ (for example several european exchanges still support only C++ libraries to connect to them).
2)You have existing code in C++ (saw it in several places, perfectly good system written over last 2/3/4 years in C++ - so why throw it away)
3)in house skill available in C++Comment
-
It's amazing how many people think that.Originally posted by swamp View Postwith the added bonus that one little bug won't take down the whole thing.
C++ won't go away. There's more to software than web servers. C, however, ought to be dead. There's no point in doing anything in C when C++ does everything that C does but with lots of added benefits.Will work inside IR35. Or for food.Comment
-
All good reasons. But still 'legacy'.Originally posted by kingshuk View PostIts not just speed. There are other reasons why some project will use C++ -
1) Libraries that you need to use are in C++ (for example several european exchanges still support only C++ libraries to connect to them).
2)You have existing code in C++ (saw it in several places, perfectly good system written over last 2/3/4 years in C++ - so why throw it away)
3)in house skill available in C++Cats are evil.Comment
-
My old client has just readvertised for C programmers... with any luck I'll be dead-ending it for a while longer yet.
Comment
-
I have 20 year's experience in embedded programming and ATM I can't get work in it because the sector is completely deadOriginally posted by SoupDragon View PostHi - long time no post
I am a programmer C / unix / embedded SQL (mainly oracle). This skill just seems DEAD. I can't get work in embedded programming because I have no experience of it.:
timComment
-
ditto. C and C++ are my bread & butter.Originally posted by SoupDragon View PostMy old client has just readvertised for C programmers... with any luck I'll be dead-ending it for a while longer yet.

Current gig wanted C++, but what they have is just C with classes not C++.Comment
-
Huh? How you are even declaring a class in C?Originally posted by FarmerPalmer View PostCurrent gig wanted C++, but what they have is just C with classes not C++.
ANSI C (C89)/ISO C (C90) keywords:
* auto
* break
* case
* char
* const
* continue
* default
* do
* double
* else
* enum
* extern
* float
* for
* goto
* if
* int
* long
* register
* return
* short
* signed
* sizeof
* static
* struct
* switch
* typedef
* union
* unsigned
* void
* volatile
* while
Keywords added to ISO C (C99) (Supported only in new compilers):
* _Bool
* _Complex
* _Imaginary
* inline
Cheers,
Nomaddnomadd liked this postComment
-
I assume the farmer's point is stylistic - it's technically C++ but it's just procedural code that happens to be wrapped in classes without much thought to OOD. Maybe.Last edited by thunderlizard; 7 November 2009, 12:19. Reason: apparently "without" is all one word these days. Fancy that.Comment
- 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
- Contractors, beware these four traps in the UK’s Statutory Residence Test Today 00:23
- ‘Stable’ IT contractor demand moved near growth in February 2026 Yesterday 06:49
- What is a tax-efficient salary for 2026/27 as a limited company director? Mar 9 06:23
- Why the McCann Review is the latest failure of the Loan Charge scandal Mar 6 06:53
- What did Spring Statement 2026 say about mortgages? Mar 5 07:29
- Rachel Reeves overlooks contractors in ‘thin’ Spring Statement 2026 Mar 4 07:15
- Spring Statement 2026: chancellor’s full speech Mar 3 21:03
- Unlike today’s ‘boring’ Spring Statement 2026, Make Work Pay is transformative for contractors Mar 3 07:45
- Here’s Joint & Several Liability’s big misconception, and 5 key risks Mar 2 06:59
- How to run a limited company — efficiently: smarter profit strategies Feb 27 07:13

Comment