←back to thread

67 points cemdervis | 1 comments | | HN request time: 0s | source

Hi HN,

I have created a webpage that displays all C++ features since C++20 in a simple, searchable table.

It is intended to serve as a quick reference for C++ developers, whether as support for cross-platform development or simply to track the current support status out of curiosity.

I created it as a simpler, more structured, and more up-to-date alternative to the cppreference compiler support site. Please note that the page intentionally does not list LWG and CWG papers. This might change as I am continually updating the site and trying out new ideas.

Questions, feedback and suggestions are appreciated, either here or in the form of GitHub issues.

Show context
juliangmp ◴[] No.45178516[source]
Very neat website! But it also really shows that C++ is bloated to hell
replies(2): >>45181692 #>>45223804 #
1. rs186 ◴[] No.45223804[source]
You have to acknowledge that every feature in C++ (including the most insane ones) are well justified with real-life use cases in the industry. It is what it is. People who don't like it are using Go/Rust where it makes sense.