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
- IT contractor demand lunged towards growth in April 2026 May 13 04:48
- What does PGMOL’s win over HMRC mean for contractors? May 12 07:25
- Contractors eyeing mortgages ‘unrealistic about BoE’s 3.75% hold decision’ May 11 07:50
- The fake job problem is getting worse. Are contractors a particularly easy target? May 8 07:49
- Government policy on freelancing is stopping the contractor model from doing its thing May 7 08:12
- Contractors, can the new HMRC loan charge settlement opportunity reduce your bill? May 6 07:51
- PGMOL’s ‘not finely balanced’ win over HMRC could be ‘persuasive’ in IR35 cases May 5 07:10
- Is Reporting Company Payments to Participators a concerning consultation for contractors? Apr 29 07:38
- Now it’s finally here, how is HMRC Joint & Several Liability risk being managed, and is payment control the holy grail? Apr 28 06:55
- How Managed Service Providers (MSPs) are hit by HMRC’s Joint & Several Liability Apr 27 06:08

Comment