logoalt Hacker News

rectanglast Monday at 8:29 PM2 repliesview on HN

That's possible, but then the people building your extension need a C++ toolchain.

The question was "please provide examples where switching to C++ involves jumping through even more hoops", and in my view requiring downstream to use a C++ environment when they're expecting to use a C environment qualifies.


Replies

ueckerlast Monday at 8:52 PM

True. For me, C++ itself is the maze of hoops I would rather want to avoid.

pjmlplast Tuesday at 12:25 PM

Most C compilers are C++ toolchain as well, we are no longer in the 1990's.

Unless of course the project is using such a old compiler.

show 1 reply