Live data from Hacker News

Ask HN: Am I right there's no place for C++ developers in the startup world?

news.ycombinator.com

1–10 of 30 posts

Ask HN: Am I right there's no place for C++ developers in the startup world?

#1
I just browsed 100+ startup jobs on AngelList, found 0 C++ positions. I filtered out hundreds of jobs for Ruby, iOS, PHP, Python, and about a million for Javascript.

I live in London, maybe this is just a UK thing? or is C++ dead in the startup world.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#2
Startups aren't about code, they're mostly not even about actual products, it's just a lot of idiots running around trying to get funding using the latest new buzzwords and shiny new tech that looks good on their resume.

If you have a strong engineering background especially in C++, you'll be just fine.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#4
nowadays C/C++ is mostly something for:

* low-level infrastructure like databases

* desktop applications

* some embedded work

The vast majority of startups isn't doing anything like that, then you have to subtract those that do it using other technologies and there is not much left. And in many cases it's going to be part of a role, not a pure C++ position.

Once they grow more and more companies go into low-level things, but for your typical young start-up it's a waste of resources if it isn't part of the core product.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#5
We use C++ heavily at Accompany. The CTO co-founder was one of the chief engineers at Google Analytics where most of the highly scaled systems were written in C++. Perhaps you could try investigating startups where the founders have a Google engineering pedigree?

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#6
post #3

C++ is dead there (and in many other places). The closest thing is Golang and Swift (and perhaps Rust). That doesn't mean there are no C++ jobs, but you'd need to look for them elsewhere. Why is that surprising?

I don't see why C++ should be dead in startup world. With the emerging of AI, machine learning and fintech, you would think there's plenty of opportunity for using C++. I know there are plenty of C++ jobs in google/facebook, banks(i work there), but still, 0 startup on AngelList is surprising, I was thinking it's at least as (un)popular as java and C#.

I even found a Haskell shop there.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#7
most operating systems, deep learning frameworks, computer graphics systems are in c++.

the hottest 3 areas in tech, vr, deep learning/ai and self-driving cars, need c++ intensively.

c++ programmers are at the tip of the programmer pyramid.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#8

most operating systems, deep learning frameworks, computer graphics systems are in c++. the hottest 3 areas in tech, vr, deep learning/ai and self-driving cars, need c++ intensively. c++ programmers are at the tip of the programmer pyramid.

I agree, but most of the things you mentioned are done by big companies like google, most startups labeled with deep learning/ai are using python or javascript.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#9
Keep in mind that many companies will hire you even if you don't know the language they code in, on the assumption you'll easily learn new languages.

I've mostly done Python in past, and C++ long ago, but at current job I've also been writing Java, Javascript, Ruby and Kotlin.

Re: Ask HN: Am I right there's no place for C++ developers in the startup world?

#10
People use whatever lets thdm quickly put together applications. Most that know C++ probably dont hear much on C++ frameworks for web. Knowing about those could help. Here's one Ive seen a few times in comments although not tried:

http://cppcms.com/wikipp/en/page/main

Post reply on HN