Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

C++ is a modern language (No, really...)

Accepted submission by JoeMerchant at 2019-10-27 20:05:53 from the Evolve or die dept.
Code

C++ is a language you should give serious consideration to learning in 2019 (or whenever you happen to come across this article [itnext.io]). Rapid language modernization, better tooling, a growing and inclusive community, and a thriving job market are just some of the reasons C++ should be your next language to learn.

Wow, this guy drank too much Kool-Aid ™️️, I’m out.

Yeah, I get it. At least in the communities I’ve been a part of over the years, C++ has a consistently bad reputation.

...

Modern C++ (versions ≥ 11 [wikipedia.org]) is an entirely different beast and should be considered separately.

foreach new_shiny in hackerland
    { import; improve; integrate; }

Plus, importing crusty old code into your projects is fun, well, at least more fun than dissecting them and re-coding in a new language which lacks the libraries they leaned on.


Original Submission