TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Stroustrup: Why the 35-year-old C++ still dominates 'real' dev

7 点作者 ____Sash---701_超过 5 年前

2 条评论

anfilt超过 5 年前
I prefer C. If I want some more language sugar or safer constructs, I am finding Rust better. If you want "high performance, high reliability, small footprint, low energy consumption" it's pretty hard to beat assembly, but you lose portability to other architectures. Honestly, that's why I don't C go any where. However, I see C++ being superseded, by other languages eventually. Yet that's not going to happen quick because C++ does have a lot code written out there. Giving it a large historical inertia.
mikece超过 5 年前
Stroustrup is effectively saying: if it needs to be fast and efficient then C++ is the choice. Historically I agree, I think it’s still valid in a lot of cases today, but for the future I think hardware speed and the efficiency of GC languages will supplant the importance of C++ for most of the core use cases for C++ today.
评论 #21279290 未加载
评论 #21278970 未加载