Top
Best
New

Posted by cemdervis 5 days ago

Show HN: C++ Compiler Support Page(cppstat.dev)
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.

63 points | 30 commentspage 2
tempodox 1 day ago|
Very handy, I love it. Linking the pertaining proposals is the pinnacle, since they explain each feature in detail.
cemdervis 1 day ago|
Thank you very much, I also plan to add more information to the information section of each feature, so that people have the option to TL;DR instead of heading over to the proposals.
juliangmp 4 days ago|
Very neat website! But it also really shows that C++ is bloated to hell
cemdervis 4 days ago||
Thanks! I agree to an extent, but it's also the beast the industry married. So as long as it's around, we might as well "deal with it". This page is hopefully one tool that helps with that :)
rs186 1 day ago||
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.