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 352 cpp_weekly issues
Sort by recently updated
recently updated
newest added

episode idea
C++ Weekly
ready to record

**Channel** C++Weekly **Topics** I think it'd be great to outline the build systems that are more widely used with C++. As far as I am aware there are already episodes...

episode idea

**Channel** C++Weekly **Topics** How to make a module out of headers-only library (possibly template if it matters)? A quick scan of the web seems to point many issues, noticeably the...

episode idea

using construct_at instead of placement new: https://cppreference.net/cpp/memory/ranges/construct_at.html

episode idea
C++ Weekly
ready to record

C++26 for dos? https://github.com/andrewwutw/build-djgpp/issues/52

episode idea
C++ Weekly
ready to record

how the std committee regularly gets constexpr wrong on the first try.

episode idea
C++ Weekly
ready to record

https://github.com/hanickadot/co_curl

episode idea
C++ Weekly

https://github.com/hanickadot/cthash

episode idea

https://clang.llvm.org/docs/AttributeReference.html#lifetimebound

episode idea
C++ Weekly

**Channel** C++Weekly **Topics** What does freestanding mean? What are best practices for developing code that is cross-platform wrt freestanding/hosted impls? Detecting headers? Using `__STDC_HOSTED__`? etc. **Length** If there are definite...

episode idea