Same as yours +
- https://wandbox.org : an alternative to God bolt, when just needing to quickly test something (i.e. not needing the disassembly and multiple options of godbolt, just see if it compiles, or behave like expected on several compilers - I use that very often when writing code review comments to be sure not to advise rubbish...)
- https://regex101.com/ : not specifically for c++ but useful as well
Some great blogs too:
- https://www.fluentcpp.com/ : unfortunately not maintained anymore but many great articles mainly on readability
- https://www.cppstories.com/p/start-here/
- https://www.modernescpp.com/index.php
- https://arne-mertz.de/ : simplify c++
One must see YouTube video: https://youtu.be/2olsGf6JIkU
Perhaps some others I'll look tomorrow on my work computer.