TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Sunset of C and C++

9 pointsby skazka16about 10 years ago

2 comments

wglbabout 10 years ago
Well <i>C and C++, the father(s) of almost every programming language</i> isn&#x27;t quite true. Consider Jean Sammet&#x27;s cataloging of languages, and Fortran (Originally FORTRAN), COBOL, Lisp, FORTH. All of these are real-world languages of which C bears no ancestry. Rather the other way around. Oh, and don&#x27;t forget about BLISS.
nwmcsweenabout 10 years ago
C isn&#x27;t c++, you could have compiled unmodified c in a c++ compiler about 20 years ago. Rust is a more refined c++.