cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.

Results 322 cpp_weekly issues
Sort by recently updated
recently updated
newest added

This actually has a significant impact on how static_assert can be used. https://compiler-explorer.com/z/M1j34cWrf

episode idea
C++ Weekly
ready to record

episode idea
C++ Weekly
ready to record

https://github.com/eliaskosunen/scnlib

episode idea
C++ Weekly
Recorded

https://compiler-explorer.com/z/4dEqebeeq

episode idea
C++ Weekly
Recorded

* https://github.com/hdoc/hdoc * https://www.copperspice.com/documentation-doxypress.html * https://www.doxygen.nl/index.html * https://github.com/standardese/standardese * https://x.com/SbastienLevy1/status/1898821134604448218 * https://obsidian.md/ * https://x.com/l33tname/status/1898638823568863282 * https://clang.llvm.org/extra/clang-doc.html * https://devblogs.microsoft.com/cppblog/clear-functional-c-documentation-with-sphinx-breathe-doxygen-cmake/ (several mentioned this) * https://github.com/JakubAndrysek/mkdoxy (two mentioned) * https://x.com/pthomet/status/1898808910120665236 * https://jupyterbook.org/en/stable/intro.html# *...

episode idea

**Channel** C++Weekly **Topics** How to use feature testing macros to take advantage of new C++ features available in a toolchain. e.g. `__cpp_pack_indexing` is a good example Bonus: how to do...

episode idea

**Channel** C++Weekly **Topics** How to safely and effectively cause (abnormal) termination of a program when something goes wrong. - std::terminate? std::abort? std::exit? std::quick_exit? - assert? - throw unhandled exception? -...

episode idea

**Channel** Is this a "C++Weekly" or "The [Fill in the Blank] Programmer" episode request? C++Weekly **Topics** What topics are important to cover for this episode? How to install a library/package...

episode idea